2024-02-23T00:05:19.433 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-23T00:05:19.433 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405 --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} --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/orig.config.yaml 2024-02-23T00:05:19.517 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-23T00:05:19.610 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405 branch: pacific-release 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: null first_in_suite: false job_id: '7571405' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-22_21:39:39-rados-pacific-release-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: pacific-release 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: eb66ed921e744301e6863be6353618d63967ea59 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: eb66ed921e744301e6863be6353618d63967ea59 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-ksirivad-pacific-release-whitelist sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 owner: scheduled_yuriw@teuthology priority: 61 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: eb66ed921e744301e6863be6353618d63967ea59 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-ksirivad-pacific-release-whitelist suite_path: /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa suite_relpath: qa suite_repo: https://github.com/kamoltat/ceph.git suite_sha1: 4f758cd8e8854d1f126da86e254076852bf059a9 targets: smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqnzF8C+CM7BRFjxMriMRuXYLzkjc3p18FnXfBmeJKwSunh2Jyabyu/7ChXKkzG2bDYMvEbirSM1UGhGvd+HJk= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCE9gyS3jbHVCtRYHcIHuieXiofHSLPqILf3eZ3fG70G2OI1Qta1BH4aWNkq4b1PmmtlPpn5owxXwQ7dRnDfJfw= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-22_21:39:39 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-23T00:05:19.610 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa; will attempt to use it 2024-02-23T00:05:19.722 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks 2024-02-23T00:05:19.722 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-23T00:05:19.724 INFO:teuthology.task.internal:Checking packages... 2024-02-23T00:05:19.750 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'eb66ed921e744301e6863be6353618d63967ea59' 2024-02-23T00:05:19.750 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-23T00:05:19.750 INFO:teuthology.packaging:ref: None 2024-02-23T00:05:19.750 INFO:teuthology.packaging:tag: None 2024-02-23T00:05:19.750 INFO:teuthology.packaging:branch: pacific-release 2024-02-23T00:05:19.750 INFO:teuthology.packaging:sha1: eb66ed921e744301e6863be6353618d63967ea59 2024-02-23T00:05:19.750 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-23T00:05:19.918 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-550.geb66ed92 2024-02-23T00:05:19.920 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-23T00:05:19.982 INFO:teuthology.task.internal:no buildpackages task found 2024-02-23T00:05:19.982 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-23T00:05:19.989 INFO:teuthology.task.internal:Saving configuration 2024-02-23T00:05:20.004 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-23T00:05:20.014 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T00:05:20.048 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-23 00:00:04.884895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqnzF8C+CM7BRFjxMriMRuXYLzkjc3p18FnXfBmeJKwSunh2Jyabyu/7ChXKkzG2bDYMvEbirSM1UGhGvd+HJk='} 2024-02-23T00:05:20.084 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-23 00:00:04.883525', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCE9gyS3jbHVCtRYHcIHuieXiofHSLPqILf3eZ3fG70G2OI1Qta1BH4aWNkq4b1PmmtlPpn5owxXwQ7dRnDfJfw='} 2024-02-23T00:05:20.084 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-23T00:05:20.129 INFO:teuthology.task.internal:roles: ubuntu@smithi100.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-23T00:05:20.129 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-23T00:05:20.130 INFO:teuthology.run_tasks:Running task console_log... 2024-02-23T00:05:20.266 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5d1188adc0>, signals=[15]) 2024-02-23T00:05:20.266 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-23T00:05:20.277 INFO:teuthology.task.internal:Opening connections... 2024-02-23T00:05:20.277 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-02-23T00:05:20.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:05:20.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-02-23T00:05:20.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:05:20.475 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-23T00:05:20.512 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-02-23T00:05:20.533 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-02-23T00:05:20.533 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Red Hat Enterprise Linux" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="8.6 (Ootpa)" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:ID="rhel" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE="fedora" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="8.6" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:PLATFORM_ID="platform:el8" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:ANSI_COLOR="0;31" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-23T00:05:20.593 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.redhat.com/" 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-23T00:05:20.594 INFO:teuthology.orchestra.run.smithi100.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-23T00:05:20.595 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-02-23T00:05:20.629 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-02-23T00:05:20.649 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-02-23T00:05:20.649 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="Red Hat Enterprise Linux" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="8.6 (Ootpa)" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:ID="rhel" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="fedora" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="8.6" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el8" 2024-02-23T00:05:20.708 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://www.redhat.com/" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-23T00:05:20.709 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-23T00:05:20.709 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-02-23T00:05:20.737 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-23T00:05:20.777 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-23T00:05:20.782 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-23T00:05:20.782 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-02-23T00:05:20.784 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-02-23T00:05:20.803 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-23T00:05:20.810 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-23T00:05:20.810 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-02-23T00:05:20.844 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-02-23T00:05:20.875 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-23T00:05:20.951 INFO:teuthology.run_tasks:Running task kernel... 2024-02-23T00:05:20.965 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-23T00:05:20.965 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-23T00:05:20.966 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-23T00:05:20.966 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-23T00:05:20.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:05:20.985 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-02-23T00:05:20.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:05:20.986 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-02-23T00:05:21.044 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:21.044 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:21.044 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2024-02-23T00:05:21.045 INFO:teuthology.orchestra.run.smithi100.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:21.045 INFO:teuthology.task.kernel:Running kernel on smithi100: 4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:21.046 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum install -y kernel 2024-02-23T00:05:22.636 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:22.636 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2024-02-23T00:05:22.673 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:22.673 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2024-02-23T00:05:22.738 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:22.738 INFO:teuthology.orchestra.run.smithi100.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:22.738 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:22.798 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:22.799 INFO:teuthology.orchestra.run.smithi144.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:22.799 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:24.506 INFO:teuthology.orchestra.run.smithi100.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-02-23T00:05:24.595 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-02-23T00:05:25.907 INFO:teuthology.orchestra.run.smithi100.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-02-23T00:05:29.499 INFO:teuthology.orchestra.run.smithi100.stdout:lab-extras 411 kB/s | 24 kB 00:00 2024-02-23T00:05:30.235 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-23T00:05:30.235 INFO:teuthology.orchestra.run.smithi100.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-23T00:05:30.308 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-02-23T00:05:30.309 INFO:teuthology.orchestra.run.smithi100.stdout:Nothing to do. 2024-02-23T00:05:30.310 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-02-23T00:05:30.448 DEBUG:teuthology.orchestra.run.smithi100:> echo no | sudo yum reinstall kernel || true 2024-02-23T00:05:30.826 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:30.826 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2024-02-23T00:05:30.886 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:30.886 INFO:teuthology.orchestra.run.smithi100.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:30.886 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:31.195 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:00:02 ago on Fri 23 Feb 2024 12:05:29 AM UTC. 2024-02-23T00:05:31.273 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-23T00:05:31.274 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-23T00:05:31.321 INFO:teuthology.orchestra.run.smithi100.stderr:Error: No packages marked for reinstall. 2024-02-23T00:05:31.369 DEBUG:teuthology.orchestra.run.smithi100:> sudo yum reinstall -y kernel || true 2024-02-23T00:05:31.702 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:31.702 INFO:teuthology.orchestra.run.smithi100.stdout:Unable to read consumer identity 2024-02-23T00:05:31.769 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:31.769 INFO:teuthology.orchestra.run.smithi100.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:31.769 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:05:32.072 INFO:teuthology.orchestra.run.smithi100.stdout:Last metadata expiration check: 0:00:03 ago on Fri 23 Feb 2024 12:05:29 AM UTC. 2024-02-23T00:05:32.140 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-23T00:05:32.140 INFO:teuthology.orchestra.run.smithi100.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-23T00:05:32.170 INFO:teuthology.orchestra.run.smithi100.stderr:Error: No packages marked for reinstall. 2024-02-23T00:05:32.218 DEBUG:teuthology.orchestra.run.smithi100:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:05:32.382 INFO:teuthology.orchestra.run.smithi100.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:32.383 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:32.383 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-23T00:05:32.383 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-23T00:05:32.383 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-23T00:05:32.421 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-02-23T00:05:32.445 DEBUG:teuthology.parallel:result is None 2024-02-23T00:05:40.854 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 16 MB 00:16 2024-02-23T00:05:44.435 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 505 kB/s | 24 kB 00:00 2024-02-23T00:05:45.104 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-23T00:05:45.104 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-23T00:05:45.183 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-02-23T00:05:45.184 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-02-23T00:05:45.184 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-02-23T00:05:45.342 DEBUG:teuthology.orchestra.run.smithi144:> echo no | sudo yum reinstall kernel || true 2024-02-23T00:05:45.681 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:45.681 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2024-02-23T00:05:45.750 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:45.750 INFO:teuthology.orchestra.run.smithi144.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:45.750 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:46.057 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:02 ago on Fri 23 Feb 2024 12:05:44 AM UTC. 2024-02-23T00:05:46.147 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-23T00:05:46.148 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-23T00:05:46.192 INFO:teuthology.orchestra.run.smithi144.stderr:Error: No packages marked for reinstall. 2024-02-23T00:05:46.239 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum reinstall -y kernel || true 2024-02-23T00:05:46.576 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2024-02-23T00:05:46.576 INFO:teuthology.orchestra.run.smithi144.stdout:Unable to read consumer identity 2024-02-23T00:05:46.650 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:46.650 INFO:teuthology.orchestra.run.smithi144.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-23T00:05:46.651 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:05:46.954 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:02 ago on Fri 23 Feb 2024 12:05:44 AM UTC. 2024-02-23T00:05:47.018 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-23T00:05:47.018 INFO:teuthology.orchestra.run.smithi144.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-23T00:05:47.056 INFO:teuthology.orchestra.run.smithi144.stderr:Error: No packages marked for reinstall. 2024-02-23T00:05:47.104 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-02-23T00:05:47.269 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:47.269 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-23T00:05:47.269 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-23T00:05:47.269 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-23T00:05:47.269 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-23T00:05:47.302 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-02-23T00:05:47.314 DEBUG:teuthology.parallel:result is None 2024-02-23T00:05:47.314 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-23T00:05:47.417 INFO:teuthology.task.internal:Creating test directory... 2024-02-23T00:05:47.417 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-23T00:05:47.420 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-23T00:05:47.439 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-23T00:05:47.449 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-23T00:05:47.455 INFO:teuthology.task.internal:Creating archive directory... 2024-02-23T00:05:47.455 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-23T00:05:47.481 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-23T00:05:47.513 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-23T00:05:47.527 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-23T00:05:47.528 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-23T00:05:47.552 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-23T00:05:47.588 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:05:47.589 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:05:47.598 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:05:47.601 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-23T00:05:47.602 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-23T00:05:47.619 INFO:teuthology.task.internal:Configuring sudo... 2024-02-23T00:05:47.619 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-23T00:05:47.645 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-23T00:05:47.673 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-23T00:05:47.693 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-23T00:05:47.693 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-23T00:05:47.715 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-23T00:05:47.731 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:05:47.829 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:05:47.868 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:05:47.961 DEBUG:teuthology.orchestra.run.smithi100:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:05:47.994 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:05:47.994 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-23T00:05:48.061 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:05:48.114 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-23T00:05:48.159 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:05:48.253 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-23T00:05:48.284 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:05:48.284 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-23T00:05:48.350 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-02-23T00:05:48.353 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-02-23T00:05:48.413 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:05:48.432 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:05:48.775 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-23T00:05:48.842 INFO:teuthology.task.internal:Starting timer... 2024-02-23T00:05:48.842 INFO:teuthology.run_tasks:Running task pcp... 2024-02-23T00:05:48.856 INFO:teuthology.run_tasks:Running task selinux... 2024-02-23T00:05:48.868 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-23T00:05:48.868 DEBUG:teuthology.orchestra.run.smithi100:> sudo service auditd rotate 2024-02-23T00:05:48.948 INFO:teuthology.orchestra.run.smithi100.stdout:Rotating logs: 2024-02-23T00:05:48.949 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2024-02-23T00:05:49.012 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2024-02-23T00:05:49.014 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-23T00:05:49.014 DEBUG:teuthology.orchestra.run.smithi100:> /usr/sbin/getenforce 2024-02-23T00:05:49.035 INFO:teuthology.orchestra.run.smithi100.stdout:Permissive 2024-02-23T00:05:49.036 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2024-02-23T00:05:49.057 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2024-02-23T00:05:49.057 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi100.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi144.front.sepia.ceph.com': 'permissive'} 2024-02-23T00:05:49.058 DEBUG:teuthology.orchestra.run.smithi100:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:05:49.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:05:49.103 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:05:49.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:05:49.131 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-23T00:05:49.131 DEBUG:teuthology.orchestra.run.smithi100:> sudo /usr/sbin/setenforce permissive 2024-02-23T00:05:49.171 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2024-02-23T00:05:49.199 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-23T00:05:49.233 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-23T00:05:49.252 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-23T00:05:49.253 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi100.front.sepia.ceph.com,smithi144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-23T00:13:38.557 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi100.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com')] 2024-02-23T00:13:38.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-02-23T00:13:38.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:13:38.665 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-02-23T00:13:38.733 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-02-23T00:13:38.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-02-23T00:13:38.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-23T00:13:38.813 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-02-23T00:13:38.882 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-02-23T00:13:38.882 INFO:teuthology.run_tasks:Running task clock... 2024-02-23T00:13:38.893 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-23T00:13:38.893 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-23T00:13:38.894 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:13:38.896 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-23T00:13:38.896 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:13:38.926 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-23T00:13:38.940 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-23T00:13:38.956 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-23T00:13:38.969 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-23T00:13:39.009 INFO:teuthology.orchestra.run.smithi100.stderr:sudo: ntpd: command not found 2024-02-23T00:13:39.020 INFO:teuthology.orchestra.run.smithi100.stdout:506 Cannot talk to daemon 2024-02-23T00:13:39.030 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2024-02-23T00:13:39.034 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-23T00:13:39.042 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2024-02-23T00:13:39.048 INFO:teuthology.orchestra.run.smithi100.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-23T00:13:39.056 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-23T00:13:39.071 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-23T00:13:39.130 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2024-02-23T00:13:39.133 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:13:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2024-02-23T00:13:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.134 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.138 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.142 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:13:39.143 INFO:teuthology.run_tasks:Running task pexec... 2024-02-23T00:13:39.152 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-23T00:13:39.152 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi100.front.sepia.ceph.com 2024-02-23T00:13:39.152 DEBUG:teuthology.orchestra.run.smithi100:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-23T00:13:39.153 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2024-02-23T00:13:39.153 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-23T00:13:39.551 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2024-02-23T00:13:39.559 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2024-02-23T00:13:40.293 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 129 kB/s | 4.5 kB 00:00 2024-02-23T00:13:40.306 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2024-02-23T00:13:40.817 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 120 kB/s | 4.1 kB 00:00 2024-02-23T00:13:40.868 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 123 kB/s | 4.1 kB 00:00 2024-02-23T00:13:43.682 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-02-23T00:13:43.682 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout:Resetting modules: 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-02-23T00:13:43.683 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:13:43.834 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-02-23T00:13:43.835 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout: Package Architecture Version Repository Size 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout:Resetting modules: 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout:================================================================================ 2024-02-23T00:13:43.836 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:13:48.613 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-02-23T00:13:48.884 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-02-23T00:13:49.100 INFO:teuthology.orchestra.run.smithi144.stdout:Updating Subscription Management repositories. 2024-02-23T00:13:49.340 INFO:teuthology.orchestra.run.smithi100.stdout:Updating Subscription Management repositories. 2024-02-23T00:13:49.770 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 172 kB/s | 4.5 kB 00:00 2024-02-23T00:13:49.969 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 168 kB/s | 4.5 kB 00:00 2024-02-23T00:13:50.342 INFO:teuthology.orchestra.run.smithi144.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2024-02-23T00:13:50.514 INFO:teuthology.orchestra.run.smithi100.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2024-02-23T00:13:53.089 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-02-23T00:13:53.206 INFO:teuthology.orchestra.run.smithi100.stdout:Dependencies resolved. 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout:Installing group/module packages: 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-23T00:13:53.245 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout:Downgrading: 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-23T00:13:53.246 INFO:teuthology.orchestra.run.smithi144.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:Installing module profiles: 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools/common 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:Enabling module streams: 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 3.0 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:========================================================================================================================== 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:Install 7 Packages 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout:Downgrade 12 Packages 2024-02-23T00:13:53.247 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:13:53.248 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 50 M 2024-02-23T00:13:53.248 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-02-23T00:13:53.319 INFO:teuthology.orchestra.run.smithi144.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 736 kB/s | 51 kB 00:00 2024-02-23T00:13:53.358 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: Package Arch Version Repository Size 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout:Installing group/module packages: 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout:Installing dependencies: 2024-02-23T00:13:53.359 INFO:teuthology.orchestra.run.smithi100.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout:Downgrading: 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-23T00:13:53.360 INFO:teuthology.orchestra.run.smithi100.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:Installing module profiles: 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools/common 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:Enabling module streams: 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: container-tools 3.0 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction Summary 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:========================================================================================================================== 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:Install 7 Packages 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout:Downgrade 12 Packages 2024-02-23T00:13:53.361 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:13:53.362 INFO:teuthology.orchestra.run.smithi144.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 4.5 MB/s | 511 kB 00:00 2024-02-23T00:13:53.362 INFO:teuthology.orchestra.run.smithi100.stdout:Total download size: 50 M 2024-02-23T00:13:53.362 INFO:teuthology.orchestra.run.smithi100.stdout:Downloading Packages: 2024-02-23T00:13:53.386 INFO:teuthology.orchestra.run.smithi144.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.1 MB/s | 72 kB 00:00 2024-02-23T00:13:53.403 INFO:teuthology.orchestra.run.smithi144.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.6 MB/s | 69 kB 00:00 2024-02-23T00:13:53.426 INFO:teuthology.orchestra.run.smithi100.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 807 kB/s | 51 kB 00:00 2024-02-23T00:13:53.459 INFO:teuthology.orchestra.run.smithi100.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 5.1 MB/s | 511 kB 00:00 2024-02-23T00:13:53.470 INFO:teuthology.orchestra.run.smithi144.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 855 kB/s | 57 kB 00:00 2024-02-23T00:13:53.484 INFO:teuthology.orchestra.run.smithi100.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.2 MB/s | 72 kB 00:00 2024-02-23T00:13:53.510 INFO:teuthology.orchestra.run.smithi100.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 1.3 MB/s | 69 kB 00:00 2024-02-23T00:13:53.543 INFO:teuthology.orchestra.run.smithi100.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 1.7 MB/s | 57 kB 00:00 2024-02-23T00:13:53.587 INFO:teuthology.orchestra.run.smithi144.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 25 MB/s | 2.9 MB 00:00 2024-02-23T00:13:53.629 INFO:teuthology.orchestra.run.smithi144.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 1.3 MB/s | 55 kB 00:00 2024-02-23T00:13:53.671 INFO:teuthology.orchestra.run.smithi144.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 2.1 MB/s | 91 kB 00:00 2024-02-23T00:13:53.677 INFO:teuthology.orchestra.run.smithi100.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 22 MB/s | 2.9 MB 00:00 2024-02-23T00:13:53.711 INFO:teuthology.orchestra.run.smithi100.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 1.6 MB/s | 55 kB 00:00 2024-02-23T00:13:53.721 INFO:teuthology.orchestra.run.smithi144.stdout:(9/19): podman-catatonit-3.0.1-15.module+el8.7. 6.3 MB/s | 323 kB 00:00 2024-02-23T00:13:53.753 INFO:teuthology.orchestra.run.smithi100.stdout:(8/19): containers-common-1.2.4-2.module+el8.7. 2.1 MB/s | 91 kB 00:00 2024-02-23T00:13:53.795 INFO:teuthology.orchestra.run.smithi100.stdout:(9/19): podman-catatonit-3.0.1-15.module+el8.7. 7.6 MB/s | 323 kB 00:00 2024-02-23T00:13:53.847 INFO:teuthology.orchestra.run.smithi144.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 23 MB/s | 11 MB 00:00 2024-02-23T00:13:53.871 INFO:teuthology.orchestra.run.smithi144.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 341 kB/s | 51 kB 00:00 2024-02-23T00:13:53.903 INFO:teuthology.orchestra.run.smithi100.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 25 MB/s | 11 MB 00:00 2024-02-23T00:13:53.922 INFO:teuthology.orchestra.run.smithi144.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 14 MB/s | 1.1 MB 00:00 2024-02-23T00:13:53.947 INFO:teuthology.orchestra.run.smithi144.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.4 MB/s | 185 kB 00:00 2024-02-23T00:13:53.953 INFO:teuthology.orchestra.run.smithi100.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 323 kB/s | 51 kB 00:00 2024-02-23T00:13:53.996 INFO:teuthology.orchestra.run.smithi100.stdout:(12/19): cockpit-podman-29-2.module+el8.7.0+165 12 MB/s | 1.1 MB 00:00 2024-02-23T00:13:54.021 INFO:teuthology.orchestra.run.smithi100.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.7 MB/s | 185 kB 00:00 2024-02-23T00:13:54.081 INFO:teuthology.orchestra.run.smithi144.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 17 MB/s | 2.2 MB 00:00 2024-02-23T00:13:54.113 INFO:teuthology.orchestra.run.smithi100.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 24 MB/s | 2.2 MB 00:00 2024-02-23T00:13:54.114 INFO:teuthology.orchestra.run.smithi144.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.5 MB/s | 51 kB 00:00 2024-02-23T00:13:54.154 INFO:teuthology.orchestra.run.smithi100.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.2 MB/s | 51 kB 00:00 2024-02-23T00:13:54.315 INFO:teuthology.orchestra.run.smithi144.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 17 MB/s | 19 MB 00:01 2024-02-23T00:13:54.355 INFO:teuthology.orchestra.run.smithi100.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2024-02-23T00:13:54.415 INFO:teuthology.orchestra.run.smithi144.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 13 MB/s | 6.2 MB 00:00 2024-02-23T00:13:54.432 INFO:teuthology.orchestra.run.smithi144.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2024-02-23T00:13:54.439 INFO:teuthology.orchestra.run.smithi100.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 14 MB/s | 6.2 MB 00:00 2024-02-23T00:13:54.464 INFO:teuthology.orchestra.run.smithi100.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2024-02-23T00:13:54.540 INFO:teuthology.orchestra.run.smithi144.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 16 MB/s | 6.6 MB 00:00 2024-02-23T00:13:54.541 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:13:54.541 INFO:teuthology.orchestra.run.smithi144.stdout:Total 38 MB/s | 50 MB 00:01 2024-02-23T00:13:54.589 INFO:teuthology.orchestra.run.smithi100.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 15 MB/s | 6.6 MB 00:00 2024-02-23T00:13:54.590 INFO:teuthology.orchestra.run.smithi100.stdout:-------------------------------------------------------------------------------- 2024-02-23T00:13:54.590 INFO:teuthology.orchestra.run.smithi100.stdout:Total 40 MB/s | 50 MB 00:01 2024-02-23T00:13:55.034 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-02-23T00:13:55.073 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction check 2024-02-23T00:13:55.078 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-02-23T00:13:55.078 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-02-23T00:13:55.117 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction check succeeded. 2024-02-23T00:13:55.117 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction test 2024-02-23T00:13:55.512 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-02-23T00:13:55.521 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-02-23T00:13:55.539 INFO:teuthology.orchestra.run.smithi100.stdout:Transaction test succeeded. 2024-02-23T00:13:55.547 INFO:teuthology.orchestra.run.smithi100.stdout:Running transaction 2024-02-23T00:13:56.771 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-02-23T00:13:56.788 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-23T00:13:56.799 INFO:teuthology.orchestra.run.smithi100.stdout: Preparing : 1/1 2024-02-23T00:13:56.805 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:13:56.815 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-23T00:13:56.832 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:13:56.988 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:13:57.028 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:14:13.972 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:14:13.989 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-23T00:14:14.169 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-23T00:14:14.183 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-23T00:14:14.186 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-23T00:14:14.202 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-23T00:14:14.376 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-23T00:14:14.424 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-23T00:14:14.533 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-23T00:14:14.614 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-23T00:14:14.760 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-23T00:14:14.761 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-23T00:14:14.761 INFO:teuthology.orchestra.run.smithi100.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-23T00:14:14.761 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:14:14.843 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-23T00:14:14.843 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-23T00:14:14.843 INFO:teuthology.orchestra.run.smithi144.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-23T00:14:14.843 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:14:15.577 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-23T00:14:15.643 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-23T00:14:17.229 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-23T00:14:17.350 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-23T00:14:17.475 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-23T00:14:17.572 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-23T00:14:17.702 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-23T00:14:17.800 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-23T00:14:19.050 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-23T00:14:19.147 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-23T00:14:19.376 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-23T00:14:19.458 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-23T00:14:19.601 INFO:teuthology.orchestra.run.smithi100.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-23T00:14:19.707 INFO:teuthology.orchestra.run.smithi144.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-23T00:14:19.983 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-23T00:14:20.106 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-23T00:14:20.684 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-23T00:14:20.843 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-23T00:14:21.384 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-23T00:14:21.527 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-23T00:14:21.583 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-23T00:14:21.764 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-23T00:14:21.784 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-23T00:14:21.973 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-23T00:14:22.009 INFO:teuthology.orchestra.run.smithi100.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-23T00:14:22.127 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-02-23T00:14:22.143 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.143 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.198 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-23T00:14:22.375 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-02-23T00:14:22.390 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.391 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.456 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.671 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-23T00:14:22.672 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-23T00:14:22.747 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-23T00:14:22.870 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-23T00:14:22.870 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-23T00:14:22.946 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-23T00:14:22.946 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-23T00:14:23.002 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-23T00:14:23.134 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-23T00:14:23.134 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-23T00:14:23.177 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-23T00:14:23.299 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-23T00:14:23.335 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-23T00:14:23.508 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-23T00:14:23.529 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-23T00:14:23.668 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-23T00:14:23.674 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-23T00:14:23.860 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-23T00:14:23.879 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-23T00:14:24.041 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-23T00:14:24.054 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-23T00:14:24.055 INFO:teuthology.orchestra.run.smithi100.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:24.241 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-23T00:14:24.251 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:24.420 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-23T00:14:24.421 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:24.607 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:41.831 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-23T00:14:42.077 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-23T00:14:42.324 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-23T00:14:42.325 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-23T00:14:42.326 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-23T00:14:42.326 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-23T00:14:42.326 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-23T00:14:42.326 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-23T00:14:42.508 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-23T00:14:42.509 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-23T00:14:42.510 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-23T00:14:47.244 INFO:teuthology.orchestra.run.smithi100.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-23T00:14:47.244 INFO:teuthology.orchestra.run.smithi100.stdout:Installed products updated. 2024-02-23T00:14:47.468 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-23T00:14:47.468 INFO:teuthology.orchestra.run.smithi144.stdout:Installed products updated. 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout:Downgraded: 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.816 INFO:teuthology.orchestra.run.smithi100.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout:Installed: 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.817 INFO:teuthology.orchestra.run.smithi100.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:14:47.818 INFO:teuthology.orchestra.run.smithi100.stdout:Complete! 2024-02-23T00:14:48.019 DEBUG:teuthology.parallel:result is None 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout:Downgraded: 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-23T00:14:48.027 INFO:teuthology.orchestra.run.smithi144.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:14:48.028 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-02-23T00:14:48.222 DEBUG:teuthology.parallel:result is None 2024-02-23T00:14:48.223 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-23T00:14:48.378 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-23T00:14:48.379 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:14:48.379 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:14:48.398 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-23T00:14:48.399 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_1 2024-02-23T00:14:48.457 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-23T00:14:48.457 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:48.457 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 183418 Links: 1 2024-02-23T00:14:48.457 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:48.458 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:48.458 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:14:42.021302901 +0000 2024-02-23T00:14:48.458 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:12:56.997120951 +0000 2024-02-23T00:14:48.458 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:12:56.997120951 +0000 2024-02-23T00:14:48.458 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:14:48.458 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-23T00:14:48.524 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:14:48.524 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:14:48.524 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000260676 s, 2.0 MB/s 2024-02-23T00:14:48.525 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-23T00:14:48.584 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_2 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 180571 Links: 1 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:14:42.021302901 +0000 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:12:57.335111794 +0000 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:12:57.335111794 +0000 2024-02-23T00:14:48.642 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:14:48.643 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-23T00:14:48.708 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:14:48.708 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:14:48.708 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000216535 s, 2.4 MB/s 2024-02-23T00:14:48.709 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-23T00:14:48.767 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_3 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 179781 Links: 1 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:14:42.021302901 +0000 2024-02-23T00:14:48.825 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:12:57.686102285 +0000 2024-02-23T00:14:48.826 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:12:57.686102285 +0000 2024-02-23T00:14:48.826 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:14:48.826 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-23T00:14:48.889 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:14:48.890 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:14:48.890 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000184884 s, 2.8 MB/s 2024-02-23T00:14:48.893 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-23T00:14:48.951 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/vg_nvme/lv_4 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 175033 Links: 1 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:14:42.021302901 +0000 2024-02-23T00:14:49.009 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:12:58.042092642 +0000 2024-02-23T00:14:49.010 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:12:58.042092642 +0000 2024-02-23T00:14:49.010 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:14:49.010 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-23T00:14:49.074 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:14:49.074 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:14:49.074 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000211975 s, 2.4 MB/s 2024-02-23T00:14:49.076 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-23T00:14:49.134 DEBUG:teuthology.orchestra.run.smithi100:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-23T00:14:49.278 INFO:teuthology.orchestra.run.smithi100.stdout:loop 2024-02-23T00:14:49.279 INFO:tasks.nvme_loop:Connecting nvme_loop smithi100:/dev/vg_nvme/lv_1... 2024-02-23T00:14:49.280 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-23T00:14:49.315 INFO:teuthology.orchestra.run.smithi100.stdout:1 2024-02-23T00:14:49.350 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/vg_nvme/lv_11 2024-02-23T00:14:49.391 INFO:tasks.nvme_loop:Connecting nvme_loop smithi100:/dev/vg_nvme/lv_2... 2024-02-23T00:14:49.391 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-23T00:14:49.467 INFO:teuthology.orchestra.run.smithi100.stdout:1 2024-02-23T00:14:49.502 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/vg_nvme/lv_21 2024-02-23T00:14:49.541 INFO:tasks.nvme_loop:Connecting nvme_loop smithi100:/dev/vg_nvme/lv_3... 2024-02-23T00:14:49.542 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-23T00:14:49.619 INFO:teuthology.orchestra.run.smithi100.stdout:1 2024-02-23T00:14:49.654 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/vg_nvme/lv_31 2024-02-23T00:14:49.693 INFO:tasks.nvme_loop:Connecting nvme_loop smithi100:/dev/vg_nvme/lv_4... 2024-02-23T00:14:49.693 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-23T00:14:49.771 INFO:teuthology.orchestra.run.smithi100.stdout:1 2024-02-23T00:14:49.867 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/vg_nvme/lv_41 2024-02-23T00:14:49.867 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:14:49.868 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:14:49.930 DEBUG:teuthology.orchestra.run.smithi100:> sudo nvme list 2024-02-23T00:14:50.001 INFO:teuthology.orchestra.run.smithi100.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-23T00:14:50.001 INFO:teuthology.orchestra.run.smithi100.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-23T00:14:50.001 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/nvme0n1 PHFT620400WR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-23T00:14:50.001 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/nvme1n1 cd9ee7aa3ee3a3b9d3e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:50.001 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/nvme2n1 437e1376e2399cf68036 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:50.002 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/nvme3n1 174e5f67f0bb6ffd2479 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:50.002 INFO:teuthology.orchestra.run.smithi100.stdout:/dev/nvme4n1 32d735b8cdc50e807c2d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:50.003 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:14:50.003 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:14:50.003 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/scratch_devs 2024-02-23T00:14:50.079 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:14:50.079 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:14:50.102 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-23T00:14:50.102 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 181257 Links: 1 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:14:42.218140018 +0000 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:13:01.347324275 +0000 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:13:01.347324275 +0000 2024-02-23T00:14:50.131 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:14:50.132 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-23T00:14:50.203 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:14:50.203 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:14:50.203 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000236635 s, 2.2 MB/s 2024-02-23T00:14:50.205 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-23T00:14:50.266 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 172827 Links: 1 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:50.330 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:14:42.218140018 +0000 2024-02-23T00:14:50.331 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:13:01.715317539 +0000 2024-02-23T00:14:50.331 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:13:01.715317539 +0000 2024-02-23T00:14:50.331 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:14:50.332 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-23T00:14:50.398 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:14:50.398 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:14:50.398 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000224896 s, 2.3 MB/s 2024-02-23T00:14:50.399 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-23T00:14:50.468 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-02-23T00:14:50.535 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 172918 Links: 1 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:14:42.218140018 +0000 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:13:02.054311335 +0000 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:13:02.054311335 +0000 2024-02-23T00:14:50.536 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:14:50.537 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-23T00:14:50.609 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:14:50.609 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:14:50.609 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00019466 s, 2.6 MB/s 2024-02-23T00:14:50.610 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-23T00:14:50.676 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-02-23T00:14:50.738 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-23T00:14:50.738 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-23T00:14:50.738 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 173951 Links: 1 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:14:42.218140018 +0000 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:13:02.406304892 +0000 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:13:02.406304892 +0000 2024-02-23T00:14:50.739 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:14:50.739 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-23T00:14:50.811 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:14:50.812 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:14:50.812 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000211243 s, 2.4 MB/s 2024-02-23T00:14:50.813 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-23T00:14:50.881 DEBUG:teuthology.orchestra.run.smithi144:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-23T00:14:51.011 INFO:teuthology.orchestra.run.smithi144.stdout:loop 2024-02-23T00:14:51.012 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-02-23T00:14:51.012 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-23T00:14:51.050 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-02-23T00:14:51.085 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_11 2024-02-23T00:14:51.126 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-02-23T00:14:51.126 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-23T00:14:51.204 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-02-23T00:14:51.239 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_21 2024-02-23T00:14:51.278 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-02-23T00:14:51.278 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-23T00:14:51.358 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-02-23T00:14:51.394 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_31 2024-02-23T00:14:51.433 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-02-23T00:14:51.433 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-23T00:14:51.512 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-02-23T00:14:51.547 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_41 2024-02-23T00:14:51.586 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:14:51.586 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:14:51.645 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme list 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme0n1 PHFT62050085400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme1n1 abf34217d1e31c831440 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme2n1 bb118bf33c92133676b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme3n1 e44e9fd8b05c344c7bd4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:51.712 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme4n1 fab6ea0676f4b8d84886 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-23T00:14:51.713 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:14:51.713 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:14:51.713 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-02-23T00:14:51.782 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-23T00:14:51.882 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': 'eb66ed921e744301e6863be6353618d63967ea59'} 2024-02-23T00:14:51.883 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 2024-02-23T00:14:51.883 INFO:tasks.cephadm:Cluster fsid is 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:14:51.884 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-23T00:14:51.884 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-23T00:14:51.884 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi100': '172.21.15.100', 'mon.smithi144': '172.21.15.144'} 2024-02-23T00:14:51.884 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-23T00:14:51.884 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-02-23T00:14:51.919 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-02-23T00:14:51.947 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref eb66ed921e744301e6863be6353618d63967ea59)... 2024-02-23T00:14:51.948 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/eb66ed921e744301e6863be6353618d63967ea59/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.173 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 23 00:14 /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.174 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/eb66ed921e744301e6863be6353618d63967ea59/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.325 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 23 00:14 /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.326 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.350 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-23T00:14:52.380 DEBUG:teuthology.orchestra.run.smithi100:> sudo mkdir -p /etc/ceph 2024-02-23T00:14:52.426 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-02-23T00:14:52.453 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 777 /etc/ceph 2024-02-23T00:14:52.500 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-02-23T00:14:52.527 INFO:tasks.cephadm:Writing seed config... 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-23T00:14:52.528 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-23T00:14:52.529 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-23T00:14:52.529 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-23T00:14:52.529 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:14:52.529 DEBUG:teuthology.orchestra.run.smithi100:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-23T00:14:52.561 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = 904be884-d1e0-11ee-95c0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-23T00:14:52.562 DEBUG:teuthology.orchestra.run.smithi100:mon.smithi100> sudo journalctl -f -n 0 -u ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service 2024-02-23T00:14:52.604 INFO:tasks.cephadm:Bootstrapping... 2024-02-23T00:14:52.604 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 -v bootstrap --fsid 904be884-d1e0-11ee-95c0-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.100 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:14:52.636 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:-- Logs begin at Fri 2024-02-23 00:04:26 UTC. -- 2024-02-23T00:14:52.889 INFO:teuthology.orchestra.run.smithi100.stderr:-------------------------------------------------------------------------------- 2024-02-23T00:14:52.890 INFO:teuthology.orchestra.run.smithi100.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59', '-v', 'bootstrap', '--fsid', '904be884-d1e0-11ee-95c0-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.100', '--skip-admin-label'] 2024-02-23T00:14:54.380 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 3.0.1 2024-02-23T00:14:54.398 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying podman|docker is present... 2024-02-23T00:14:54.445 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 3.0.1 2024-02-23T00:14:54.456 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying lvm2 is present... 2024-02-23T00:14:54.456 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying time synchronization is in place... 2024-02-23T00:14:54.464 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-23T00:14:54.470 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:14:54.476 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: enabled 2024-02-23T00:14:54.482 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: active 2024-02-23T00:14:54.483 INFO:teuthology.orchestra.run.smithi100.stderr:Unit chronyd.service is enabled and running 2024-02-23T00:14:54.483 INFO:teuthology.orchestra.run.smithi100.stderr:Repeating the final host check... 2024-02-23T00:14:54.523 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 3.0.1 2024-02-23T00:14:54.541 INFO:teuthology.orchestra.run.smithi100.stderr:podman (/bin/podman) version 3.0.1 is present 2024-02-23T00:14:54.541 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl is present 2024-02-23T00:14:54.541 INFO:teuthology.orchestra.run.smithi100.stderr:lvcreate is present 2024-02-23T00:14:54.547 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-23T00:14:54.552 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:14:54.559 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: enabled 2024-02-23T00:14:54.564 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: active 2024-02-23T00:14:54.565 INFO:teuthology.orchestra.run.smithi100.stderr:Unit chronyd.service is enabled and running 2024-02-23T00:14:54.565 INFO:teuthology.orchestra.run.smithi100.stderr:Host looks OK 2024-02-23T00:14:54.566 INFO:teuthology.orchestra.run.smithi100.stderr:Cluster fsid: 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:14:54.566 INFO:teuthology.orchestra.run.smithi100.stderr:Acquiring lock 140200036860032 on /run/cephadm/904be884-d1e0-11ee-95c0-87774f69a715.lock 2024-02-23T00:14:54.566 INFO:teuthology.orchestra.run.smithi100.stderr:Lock 140200036860032 acquired on /run/cephadm/904be884-d1e0-11ee-95c0-87774f69a715.lock 2024-02-23T00:14:54.566 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying IP 172.21.15.100 port 3300 ... 2024-02-23T00:14:54.567 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying IP 172.21.15.100 port 6789 ... 2024-02-23T00:14:54.567 INFO:teuthology.orchestra.run.smithi100.stderr:Base mon IP(s) is [172.21.15.100:3300, 172.21.15.100:6789], mon addrv is [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-02-23T00:14:54.569 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-23T00:14:54.569 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.100 metric 100 2024-02-23T00:14:54.572 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-23T00:14:54.572 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-02-23T00:14:54.572 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: inet6 fe80::3532:e7a0:2fd3:4dac/64 scope link noprefixroute 2024-02-23T00:14:54.574 INFO:teuthology.orchestra.run.smithi100.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-23T00:14:54.575 INFO:teuthology.orchestra.run.smithi100.stderr:Mon IP `172.21.15.100` is in CIDR network `172.21.0.0/20` 2024-02-23T00:14:54.575 INFO:teuthology.orchestra.run.smithi100.stderr:Mon IP `172.21.15.100` is in CIDR network `172.21.0.0/20` 2024-02-23T00:14:54.576 INFO:teuthology.orchestra.run.smithi100.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-23T00:14:54.576 INFO:teuthology.orchestra.run.smithi100.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-23T00:14:54.577 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59... 2024-02-23T00:14:54.643 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59... 2024-02-23T00:14:55.222 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Getting image source signatures 2024-02-23T00:14:55.379 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying blob sha256:6a725db67f9d8a3d1854323a2987a594424da05f10d8a333e41377f3b137fc12 2024-02-23T00:14:55.429 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-23T00:15:12.294 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Copying config sha256:7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550 2024-02-23T00:15:12.351 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Writing manifest to image destination 2024-02-23T00:15:12.352 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: Storing signatures 2024-02-23T00:15:22.181 INFO:teuthology.orchestra.run.smithi100.stderr:/bin/podman: 7403d18623076b313def53d9a4ae24b05fb9f62358c436a81c22d7e96d9d9550 2024-02-23T00:15:22.788 INFO:teuthology.orchestra.run.smithi100.stderr:ceph: ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable) 2024-02-23T00:15:33.968 INFO:teuthology.orchestra.run.smithi100.stderr:Ceph version: ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable) 2024-02-23T00:15:33.969 INFO:teuthology.orchestra.run.smithi100.stderr:Extracting ceph user uid/gid from container image... 2024-02-23T00:15:34.367 INFO:teuthology.orchestra.run.smithi100.stderr:stat: 167 167 2024-02-23T00:15:34.756 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial keys... 2024-02-23T00:15:35.098 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCn49dlE1dUBRAA+oNY7ioUXbAZGu1ihJ2ypQ== 2024-02-23T00:15:35.884 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCn49dlAuO4MRAA2Ke+5eXQgjHkPx5ful5cQQ== 2024-02-23T00:15:36.656 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-authtool: AQCo49dlRUBeJhAAnoiHEbmk1nKSq2F5agYI8w== 2024-02-23T00:15:37.077 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial monmap... 2024-02-23T00:15:37.398 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-23T00:15:37.399 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:37.399 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-23T00:15:37.765 INFO:teuthology.orchestra.run.smithi100.stderr:monmaptool for smithi100 [v2:172.21.15.100:3300,v1:172.21.15.100:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-23T00:15:37.765 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: set fsid to 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:37.765 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-23T00:15:37.765 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:15:37.765 INFO:teuthology.orchestra.run.smithi100.stderr:Creating mon... 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.141+0000 7fbab0f52880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.141+0000 7fbab0f52880 1 imported monmap: 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: fsid 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: last_changed 2024-02-23T00:15:37.394803+0000 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: created 2024-02-23T00:15:37.394803+0000 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon.smithi100 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.141+0000 7fbab0f52880 0 /usr/bin/ceph-mon: set fsid to 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:38.174 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: DB SUMMARY 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi100/store.db dir, Total Num: 0, files: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi100/store.db: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.create_if_missing: 1 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.env: 0x562d4cd59080 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:15:38.175 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.info_log: 0x562d4dde9300 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:15:38.176 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi100/store.db 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.write_buffer_manager: 0x562d4ddef950 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:15:38.177 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.row_cache: None 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:15:38.178 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:15:38.179 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:15:38.180 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.142+0000 7fbab0f52880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000001 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.merge_operator: 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:15:38.181 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562d4dcf9d18) 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache: 0x562d4dd32d10 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-23T00:15:38.182 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-23T00:15:38.183 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:15:38.184 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:15:38.185 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:15:38.186 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:15:38.187 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.143+0000 7fbab0f52880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.144+0000 7fbab0f52880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.144+0000 7fbab0f52880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.144+0000 7fbab0f52880 4 rocksdb: DB pointer 0x562d4ddfd800 2024-02-23T00:15:38.188 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.144+0000 7fba99dc5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.144+0000 7fba99dc5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:15:38.189 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:38.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.146+0000 7fbab0f52880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.146+0000 7fbab0f52880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-23T00:15:38.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph-mon: debug 2024-02-23T00:15:38.146+0000 7fbab0f52880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi100 for mon.smithi100 2024-02-23T00:15:38.692 INFO:teuthology.orchestra.run.smithi100.stderr:create mon.smithi100 on 2024-02-23T00:15:38.797 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-23T00:15:38.892 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target. 2024-02-23T00:15:38.892 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target → /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target. 2024-02-23T00:15:39.097 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to reset failed state of unit ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service: Unit ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service not loaded. 2024-02-23T00:15:39.104 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target.wants/ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service → /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715@.service. 2024-02-23T00:15:39.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 systemd[1]: Starting Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:15:39.731 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-02-23T00:15:39.738 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:15:39.738 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-02-23T00:15:39.738 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to enable service . firewalld.service is not available 2024-02-23T00:15:39.739 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mon to start... 2024-02-23T00:15:39.739 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mon... 2024-02-23T00:15:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 bash[36897]: d11d7f54c5e7274399a49c05673cb68b7696fb4b8815aabd2a18afb443bf05e4 2024-02-23T00:15:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 systemd[1]: Started Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715. 2024-02-23T00:15:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.726981+0000 mon.smithi100 (mon.0) 0 : [INF] mkfs 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.706879+0000 mon.smithi100 (mon. 2024-02-23T00:15:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:39 smithi100 conmon[36938]: 0) 1 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: cluster: 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: id: 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: services: 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi100 (age 0.484006s) 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: data: 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-23T00:15:40.212 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-23T00:15:40.213 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-23T00:15:40.213 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: pgs: 2024-02-23T00:15:40.213 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:40.841 INFO:teuthology.orchestra.run.smithi100.stderr:mon is available 2024-02-23T00:15:40.841 INFO:teuthology.orchestra.run.smithi100.stderr:Assimilating anything we can from ceph.conf... 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.725593+0000 mon.smithi100 (mon.0) 2 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: cluster 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: 2024-02-23T00:15:39.725838+0000 mon.smithi100 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.729228+0000 mon.smithi100 (mon.0) 4 : cluster [DBG] fsmap 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.731781+0000 mon.smithi100 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: cluster 2024-02-23T00:15:39.732236+0000 mon.smithi100 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-23T00:15:41.023 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:40 smithi100 conmon[36938]: audit 2024-02-23T00:15:40.209537+0000 mon.smithi100 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/1271545257' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [global] 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: fsid = 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.100:3300,v1:172.21.15.100:6789] 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-23T00:15:41.322 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [mgr] 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [osd] 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-23T00:15:41.323 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-23T00:15:41.808 INFO:teuthology.orchestra.run.smithi100.stderr:Generating new minimal ceph.conf... 2024-02-23T00:15:41.984 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:41 smithi100 conmon[36938]: audit 2024-02-23T00:15:41.317205+0000 mon.smithi100 (mon.0) 8 : audit [INF] from='client.? 172.21.15.100:0/2211389380' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-23T00:15:41.984 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:41 smithi100 conmon[36938]: audit 2024-02-23T00:15:41.319871+0000 mon.smithi100 (mon.0) 9 : audit [INF] from='client.? 172.21.15.100:0/2211389380' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-23T00:15:42.774 INFO:teuthology.orchestra.run.smithi100.stderr:Restarting the monitor... 2024-02-23T00:15:43.056 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:42 smithi100 conmon[36938]: audit 2024-02-23T00:15:42.253847+0000 mon.smithi100 (mon.0) 10 : 2024-02-23T00:15:43.057 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:42 smithi100 conmon[36938]: audit [DBG] from='client.? 172.21.15.100:0/1075580442' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:15:43.057 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:42 smithi100 systemd[1]: Stopping Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:15:43.057 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:42 smithi100 bash[37444]: Error: no container with name or ID ceph-904be884-d1e0-11ee-95c0-87774f69a715-mon.smithi100 found: no such container 2024-02-23T00:15:43.057 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 conmon[36938]: debug 2024-02-23T00:15:43.054+0000 7f04927eb700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi100 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T00:15:43.057 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 conmon[36938]: debug 2024-02-23T00:15:43.054+0000 7f04927eb700 -1 mon.smithi100@0(leader) e1 *** Got Signal Terminated *** 2024-02-23T00:15:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 bash[37559]: d11d7f54c5e7274399a49c05673cb68b7696fb4b8815aabd2a18afb443bf05e4 2024-02-23T00:15:44.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 systemd[1]: ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service: Succeeded. 2024-02-23T00:15:44.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 systemd[1]: Stopped Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715. 2024-02-23T00:15:44.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:43 smithi100 systemd[1]: Starting Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:15:44.279 INFO:teuthology.orchestra.run.smithi100.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.253+0000 7f3b3e036880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.253+0000 7f3b3e036880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 7 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.253+0000 7f3b3e036880 0 pidfile_write: ignore empty --pid-file 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.257+0000 7f3b3e036880 0 load: jerasure load: lrc load: isa 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: DB SUMMARY 2024-02-23T00:15:44.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi100/store.db dir, Total Num: 1, files: 000004.sst 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi100/store.db: 000006.log size: 87057 ; 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:15:44.519 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.env: 0x562b92d68080 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.info_log: 0x562b95057d20 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:15:44.520 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi100/store.db 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:15:44.521 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.write_buffer_manager: 0x562b95d543f0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:15:44.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.row_cache: None 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:15:44.523 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:15:44.524 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000005 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:15:44.525 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.merge_operator: 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562b95001d10) 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cache_index_and_filter_blocks: 1 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: pin_top_level_index_and_filter: 1 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: index_type: 0 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: data_block_index_type: 0 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: index_shortening: 1 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: hash_index_allow_collision: 1 2024-02-23T00:15:44.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: checksum: 1 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: no_block_cache: 0 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_cache: 0x562b9503af10 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_cache_name: BinnedLRUCache 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_cache_options: 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: capacity : 536870912 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: num_shard_bits : 4 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: strict_capacity_limit : 0 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: high_pri_pool_ratio: 0.000 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_cache_compressed: (nil) 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: persistent_cache: (nil) 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_size: 4096 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_size_deviation: 10 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_restart_interval: 16 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: index_block_restart_interval: 1 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: metadata_block_size: 4096 2024-02-23T00:15:44.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: partition_filters: 0 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: use_delta_encoding: 1 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: whole_key_filtering: 1 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: verify_compression: 0 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: read_amp_bytes_per_bit: 0 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: format_version: 2 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: enable_index_compression: 1 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: block_align: 0 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:15:44.528 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:15:44.529 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:15:44.529 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:15:44.529 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:15:44.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:15:44.531 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:15:44.532 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00: 2024-02-23T00:15:44.533 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 15:44.258+0000 7f3b3e036880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.258+0000 7f3b3e036880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:15:44.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.259+0000 7f3b3e036880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi100/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.259+0000 7f3b3e036880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.259+0000 7f3b3e036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647344260622, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.259+0000 7f3b3e036880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.259+0000 7f3b3e036880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.260+0000 7f3b3e036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647344261496, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83766, "table_properties": {"data_size": 82033, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 76588, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1708647344, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.260+0000 7f3b3e036880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.260+0000 7f3b3e036880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647344261915, "job": 1, "event": "recovery_finished"} 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.261+0000 7f3b3e036880 4 rocksdb: DB pointer 0x562b95105800 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.261+0000 7f3b24e28700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.261+0000 7f3b24e28700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:15:44.535 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** DB Stats ** 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** Compaction Stats [default] ** 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: L0 2/0 83.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Sum 2/0 83.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.536 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** Compaction Stats [default] ** 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:15:44.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Cumulative compaction: 0.00 GB write, 27.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Interval compaction: 0.00 GB write, 27.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** Compaction Stats [default] ** 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: L0 2/0 83.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Sum 2/0 83.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** Compaction Stats [default] ** 2024-02-23T00:15:44.538 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.3 0.00 0.00 1 0.001 0 0 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Cumulative compaction: 0.00 GB write, 26.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.539 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.262+0000 7f3b3e036880 0 starting mon.smithi100 rank 0 at public addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] at bind addrs [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi100 fsid 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 1 mon.smithi100@-1(???) e1 preinit fsid 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).mds e1 new map 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).mds e1 print_map 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: e1 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: legacy client fscid: -1 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: No filesystems configured 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:15:44.540 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 0 mon.smithi100@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: audit 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:42. 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 253847+0000 mon.smithi100 (mon.0) 10 : audit 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: [DBG] from='client.? 172.21.15.100:0/1075580442' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: debug 2024-02-23T00:15:44.263+0000 7f3b3e036880 1 mon.smithi100@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 bash[37887]: bfcafa97c99cc4e3af108d5f2aa902f8cffbac8edf4eb5adf479b7a89ad7e0cd 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 systemd[1]: Started Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715. 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cluster 2024-02-23T00:15:44.280725+0000 mon.smithi100 (mon.0 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: ) 1 : cluster [INF] mon.smithi100 is new leader, mons smithi100 in quorum (ranks 0) 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cluster 2024-02-23T00:15:44.280782+0000 mon.smithi100 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0]} removed_ranks: {} 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cluster 2024-02-23T00:15:44.293922+0000 mon.smithi100 (mon.0) 3 : cluster [DBG] fsmap 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cluster 2024-02-23T00:15:44. 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 293972+0000 mon.smithi100 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: cluster 2024-02-23T00:15:44.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: 2024-02-23T00:15:44.294498+0000 mon.smithi100 (mon 2024-02-23T00:15:44.542 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:44 smithi100 conmon[37928]: .0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-23T00:15:45.324 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-23T00:15:45.324 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:15:45.324 INFO:teuthology.orchestra.run.smithi100.stderr:Creating mgr... 2024-02-23T00:15:45.324 INFO:teuthology.orchestra.run.smithi100.stderr:Verifying port 9283 ... 2024-02-23T00:15:45.451 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Failed to reset failed state of unit ceph-904be884-d1e0-11ee-95c0-87774f69a715@mgr.smithi100.rjsfuw.service: Unit ceph-904be884-d1e0-11ee-95c0-87774f69a715@mgr.smithi100.rjsfuw.service not loaded. 2024-02-23T00:15:45.457 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: Created symlink /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715.target.wants/ceph-904be884-d1e0-11ee-95c0-87774f69a715@mgr.smithi100.rjsfuw.service → /etc/systemd/system/ceph-904be884-d1e0-11ee-95c0-87774f69a715@.service. 2024-02-23T00:15:46.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:45 smithi100 conmon[37928]: audit 2024-02-23T00:15:44.772269+0000 mon.smithi100 (mon 2024-02-23T00:15:46.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:45 smithi100 conmon[37928]: .0) 6 : audit [INF] from='client.? 172.21.15.100:0/1251944569' entity='client.admin' 2024-02-23T00:15:46.111 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-02-23T00:15:46.117 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:15:46.118 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-02-23T00:15:46.118 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to enable service . firewalld.service is not available 2024-02-23T00:15:46.126 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-02-23T00:15:46.133 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:15:46.134 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-02-23T00:15:46.134 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-23T00:15:46.134 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr to start... 2024-02-23T00:15:46.134 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr... 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "904be884-d1e0-11ee-95c0-87774f69a715", 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.699 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:15:46.700 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:15:46.701 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": false, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:15:46.702 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:15:39.727438+0000", 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:15:46.703 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:15:46.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:46 smithi100 conmon[37928]: audit 2024-02-23T00:15:46.692107+0000 mon.smithi100 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.100:0/2932866628' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:15:47.198 INFO:teuthology.orchestra.run.smithi100.stderr:mgr not available, waiting (1/15)... 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "904be884-d1e0-11ee-95c0-87774f69a715", 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:15:49.751 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:15:49.752 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:15:49.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": false, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:15:49.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:15:39.727438+0000", 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:15:49.755 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:15:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:49 smithi100 conmon[37928]: audit 2024-02-23T00:15:49.742415+0000 mon.smithi100 (mon.0) 2024-02-23T00:15:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:49 smithi100 conmon[37928]: 8 : audit [DBG] from='client.? 172.21.15.100:0/1109015676' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:15:50.281 INFO:teuthology.orchestra.run.smithi100.stderr:mgr not available, waiting (2/15)... 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: cluster 2024-02-23T00:15:51.457028+0000 mon.smithi100 (mon.0) 9 : cluster [INF] Activating manager daemon smithi100.rjsfuw 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: cluster 2024-02-23T00:15:51.459838+0000 mon.smithi100 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi100.rjsfuw(active, starting, since 0.00289891s) 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 23T00:15:51.460719+0000 mon.smithi100 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 02-23T00:15:51.460842+0000 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: mon.smithi100 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: -02-23T00:15:51.460948+0000 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: mon.smithi100 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:15:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 2024-02-23T00:15: 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 51.461055+0000 mon.smithi100 (mon.0) 14 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: : audit [DBG] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: -02-23T00:15:51.461455 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi100.rjsfuw", "id": "smithi100.rjsfuw"}]: dispatch 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: -02-23T00:15:51 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: .474491+0000 mon.smithi100 (mon.0) 16 : cluster 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: [INF] Manager daemon smithi100.rjsfuw is now available 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:15:51.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 02-23T00:15:51.485872+0000 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: mon.smithi100 (mon.0) 17 : audit [INF] 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 2024-02-23T00:15 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: :51.489105+0000 mon.smithi100 (mon 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: .0) 18 : audit [INF] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: -02-23T00:15:51.491794 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 19 : audit [INF] 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/trash_purge_schedule"}]: dispatch 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: 2024-02-23T00:15 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: :51.497108+0000 mon.smithi100 (mon.0 2024-02-23T00:15:51.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: ) 20 : audit [INF] from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:15:51.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: audit 2024 2024-02-23T00:15:51.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: -02-23T00:15:51.502119 2024-02-23T00:15:51.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 21 : audit [INF] 2024-02-23T00:15:51.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:51 smithi100 conmon[37928]: from='mgr.14100 172.21.15.100:0/2300133025' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:15:52.979 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:52.979 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:15:52.979 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsid": "904be884-d1e0-11ee-95c0-87774f69a715", 2024-02-23T00:15:52.979 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "health": { 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "checks": {}, 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mutes": [] 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum": [ 2024-02-23T00:15:52.980 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 0 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "smithi100" 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "monmap": { 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:52.981 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osdmap": { 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgmap": { 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-23T00:15:52.982 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "fsmap": { 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-23T00:15:52.983 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modules": [ 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "iostat", 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "nfs", 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "restful" 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ], 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "servicemap": { 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "modified": "2024-02-23T00:15:39.727438+0000", 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "services": {} 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: }, 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-23T00:15:52.984 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:15:53.572 INFO:teuthology.orchestra.run.smithi100.stderr:mgr is available 2024-02-23T00:15:53.787 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:53 smithi100 conmon[37928]: cluster 2024-02-23T00:15:52.462549+0000 mon.smithi100 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi100.rjsfuw(active, since 1.00561s) 2024-02-23T00:15:53.787 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:53 smithi100 conmon[37928]: audit 2024-02-23T00:15:53.787 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:53 smithi100 conmon[37928]: 2024-02-23T00:15:52.971543+0000 mon.smithi100 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.100:0/2009713533' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-23T00:15:54.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:54.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [global] 2024-02-23T00:15:54.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: fsid = 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:15:54.190 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-23T00:15:54.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-23T00:15:54.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-23T00:15:54.191 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [mgr] 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: [osd] 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-23T00:15:54.192 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-23T00:15:54.757 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling cephadm module... 2024-02-23T00:15:55.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:54 smithi100 conmon[37928]: audit 2024-02-23T00:15:54.185845+0000 mon.smithi100 (mon.0) 24 : audit 2024-02-23T00:15:55.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:54 smithi100 conmon[37928]: [INF] from='client.? 172.21.15.100:0/1689871453' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-23T00:15:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:55 smithi100 conmon[37928]: cluster 2024-02-23T00:15:54.463948+0000 mon.smithi100 (mon.0 2024-02-23T00:15:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:55 smithi100 conmon[37928]: ) 25 : cluster [DBG] mgrmap e4: smithi100.rjsfuw(active, since 3s) 2024-02-23T00:15:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:55 smithi100 conmon[37928]: audit 2024-02-23T00:15 2024-02-23T00:15:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:55 smithi100 conmon[37928]: :55.412538+0000 mon.smithi100 (mon.0) 26 : audit [INF] from='client.? 172.21.15.100:0/1336784652' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-23T00:15:56.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:15:56.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-23T00:15:56.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:15:56.753 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "active_name": "smithi100.rjsfuw", 2024-02-23T00:15:56.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-23T00:15:56.754 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:15:56.775 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:56 smithi100 conmon[37928]: audit 2024-02-23T00:15:55.466848+0000 mon.smithi100 (mon.0) 27 : 2024-02-23T00:15:56.775 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:56 smithi100 conmon[37928]: audit [INF] from='client.? 172.21.15.100:0/1336784652' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-23T00:15:56.775 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:56 smithi100 conmon[37928]: cluster 2024-02-23T00:15:55.466915+0000 mon.smithi100 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi100.rjsfuw(active, since 4s) 2024-02-23T00:15:57.305 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for the mgr to restart... 2024-02-23T00:15:57.305 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr epoch 5... 2024-02-23T00:15:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:57 smithi100 conmon[37928]: audit 2024-02-23T00:15:56.751251+0000 mon.smithi100 (mon.0) 29 2024-02-23T00:15:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:15:57 smithi100 conmon[37928]: : audit [DBG] from='client.? 172.21.15.100:0/2147551028' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: cluster 2024-02-23T00:16:00.791978+0000 mon.smithi100 (mon.0) 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 30 : cluster [INF] Active manager daemon smithi100.rjsfuw restarted 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: cluster 2024-02-23T00:16:00.792199+0000 mon.smithi100 (mon.0) 31 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: : cluster [INF] Activating manager daemon smithi100.rjsfuw 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: -02-23T00:16:00.794849+0000 mon.smithi100 (mon.0) 32 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: cluster 2024-02- 2024-02-23T00:16:01.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 23T00:16:00.794941+0000 mon.smithi100 (mon 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: .0) 33 : cluster [DBG] mgrmap e6: smithi100.rjsfuw(active, starting, since 0.00282494s) 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: -02-23T00:16:00.795847+0000 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: mon.smithi100 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024-02-23T00 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: :16:00.796416+0000 mon.smithi100 (mon.0 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: ) 35 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi100.rjsfuw", "id": "smithi100.rjsfuw"}]: dispatch 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 23T00:16:00.797037+0000 mon.smithi100 (mon.0 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: ) 36 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: -23T00:16:00.797238+0000 mon.smithi100 ( 2024-02-23T00:16:01.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: -02-23T00:16:00.797415+0000 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: mon.smithi100 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: cluster 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: 2024-02-23T00:16:00.799456+0000 mon.smithi100 (mon 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: .0) 39 : cluster [INF] Manager daemon smithi100.rjsfuw is now available 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: audit 2024 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: -02-23T00:16:00.812305+0000 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: mon.smithi100 (mon.0) 40 : audit [INF] 2024-02-23T00:16:01.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:00 smithi100 conmon[37928]: from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:01.805 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:16:01.805 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-23T00:16:01.805 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "initialized": true 2024-02-23T00:16:01.805 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:00.809686+0000 mgr.smithi100.rjsfuw (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.898717+0000 mon.smithi100 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.899773+0000 mon.smithi100 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.901351+0000 mon.smithi100 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.903291+0000 mon.smithi100 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.916042+0000 mon.smithi100 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: audit 2024-02-23T00:16:00.918838+0000 mon.smithi100 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/trash_purge_schedule"}]: dispatch 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: cluster 2024-02-23T00:16:01.797580+0000 mon.smithi100 ( 2024-02-23T00:16:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:01 smithi100 conmon[37928]: mon.0) 47 : cluster [DBG] mgrmap e7: smithi100.rjsfuw(active, since 1.00546s) 2024-02-23T00:16:02.338 INFO:teuthology.orchestra.run.smithi100.stderr:mgr epoch 5 is available 2024-02-23T00:16:02.338 INFO:teuthology.orchestra.run.smithi100.stderr:Setting orchestrator backend to cephadm... 2024-02-23T00:16:03.161 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:02 smithi100 conmon[37928]: audit 2024-02-23T00:16:01.796767 2024-02-23T00:16:03.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:02 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-23T00:16:03.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:02 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:16:03.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:02 smithi100 conmon[37928]: -23T00:16:01.803808+0000 mgr.smithi100.rjsfuw (mgr.14116) 3 2024-02-23T00:16:03.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:02 smithi100 conmon[37928]: : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-23T00:16:04.105 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: value unchanged 2024-02-23T00:16:04.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:03 smithi100 conmon[37928]: cluster 2024-02-23T00:16:02.902098+0000 mon.smithi100 (mon.0 2024-02-23T00:16:04.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:03 smithi100 conmon[37928]: ) 48 : cluster [DBG] mgrmap e8: smithi100.rjsfuw(active, since 2s) 2024-02-23T00:16:04.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:03 smithi100 conmon[37928]: audit 2024-02-23T00:16:03.002853+0000 mgr.smithi100.rjsfuw (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:04.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:03 smithi100 conmon[37928]: audit 2024-02-23T00:16:03.007476+0000 mon.smithi100 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:04.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:03 smithi100 conmon[37928]: audit 2024-02-23T00:16:03.027225+0000 mon.smithi100 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:04.628 INFO:teuthology.orchestra.run.smithi100.stderr:Generating ssh key... 2024-02-23T00:16:05.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:04 smithi100 conmon[37928]: audit 2024-02-23T00:16:04.104466+0000 mgr.smithi100.rjsfuw (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:06.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: audit 2024-02-23T00:16:05.260444+0000 mgr.smithi100.rjsfuw (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:06.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:05.260641+0000 mgr.smithi100.rjsfuw (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-23T00:16:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:16:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: 16:05.525294+0000 mon.smithi100 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: 2024-02-23T00:16:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:05 smithi100 conmon[37928]: 02-23T00:16:05.527108+0000 mon.smithi100 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:06.704 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKhyDbwgeuzhIf+EUAWPQ6SpQnZD2AaEOQIdOPYlJG+HRFt59mELWBYaEtLn/5ALM7MZ8URKY3yw/vGRocp0LcS7xIZ0AbJrzg3wRT+pN8mzUNzGAwjlCRQ2k0xMew1v2A3nTL5qDX4dtQxoz/tsVnlLKfkujvUwHQRuJn289RtuR9u7dvMH28F3v8tV1HWa+iCGwv6Sjx6wWjGmACN0Iy9MIEO+TyK6y+EmaiVJgtDz3VNeNM+4Ii+N3hW2zSE9Wa1eDpreBnkSlYpnHbsSobnlxkrYJy2o238e5cl84mcl4HG+r+1epczVoRtsZ18m/Z4uAbGNqhzJFrpS5TgqFqa9wiF5/2jU6hIZPrbug/0BRu9MTIq6Hoo8EvU/dX5/qK7zckZ73+BIaHtMKiuvxxiLnc1CTElWgRnBI1k5gs6hxMz29VZfMGAjOiexXEIGwB9Emhr5AN2Z2Y0rnyDkM502NcEwWX5ba9x6zqsAHJ9T3CZlqplulKGFGodIiPHC8= ceph-904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:16:07.214 INFO:teuthology.orchestra.run.smithi100.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-23T00:16:07.214 INFO:teuthology.orchestra.run.smithi100.stderr:Adding key to root@localhost authorized_keys... 2024-02-23T00:16:07.215 INFO:teuthology.orchestra.run.smithi100.stderr:Adding host smithi100... 2024-02-23T00:16:07.819 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:07 smithi100 conmon[37928]: audit 2024-02-23T00:16:06.703656 2024-02-23T00:16:07.819 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:07 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:08.405 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Added host 'smithi100' with addr '172.21.15.100' 2024-02-23T00:16:08.986 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying mon service with default placement... 2024-02-23T00:16:09.589 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-23T00:16:09.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:09 smithi100 conmon[37928]: audit 2024-02-23T00:16:07.796508+0000 mgr.smithi100.rjsfuw (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi100", "addr": "172.21.15.100", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:09.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:09 smithi100 conmon[37928]: audit 2024-02-23T00:16:08.402760+0000 mon.smithi100 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:09.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:08.403051+0000 mgr.smithi100.rjsfuw (mgr.14116) 10 : cephadm [INF] Added host smithi100 2024-02-23T00:16:09.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:09 smithi100 conmon[37928]: audit 2024-02-23T00:16:08.406800+0000 mon.smithi100 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:10.309 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying mgr service with default placement... 2024-02-23T00:16:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:10 smithi100 conmon[37928]: audit 2024-02-23T00:16:09.581797+0000 mgr.smithi100.rjsfuw (mgr.14116) 11 2024-02-23T00:16:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:10 smithi100 conmon[37928]: : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:10 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:09.582886+0000 mgr.smithi100.rjsfuw (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-23T00:16:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:10 smithi100 conmon[37928]: audit 2024-02-23T00:16:09.587804+0000 mon.smithi100 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:10.967 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-23T00:16:11.627 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying crash service with default placement... 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: audit 2024-02-23T00:16:10.963039+0000 mgr.smithi100.rjsfuw (mgr.14116 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: ) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: 2024-02-23T00:16:10.963893+0000 mgr.smithi100.rjsfuw (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:16:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: 23T00:16:10.966257+0000 mon.smithi100 (mon.0) 56 : audit 2024-02-23T00:16:12.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:11 smithi100 conmon[37928]: [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:12.606 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-23T00:16:13.177 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying prometheus service with default placement... 2024-02-23T00:16:13.446 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:13 smithi100 conmon[37928]: audit 2024-02-23T00:16:12.182881+0000 mon.smithi100 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:13.446 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:13 smithi100 conmon[37928]: audit 2024-02-23T00:16:12.444093+0000 mon.smithi100 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:13.446 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:13 smithi100 conmon[37928]: audit 2024-02-23T00:16:12.604715+0000 mon.smithi100 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:13.900 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-23T00:16:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:14 smithi100 conmon[37928]: audit 2024-02-23T00:16:12.600552+0000 mgr.smithi100.rjsfuw (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:14 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:12.601604+0000 mgr.smithi100.rjsfuw (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-23T00:16:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:14 smithi100 conmon[37928]: audit 2024-02-23T00:16:13.898581+0000 mon.smithi100 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:14 smithi100 conmon[37928]: audit 2024-02-23T00:16:13.914217+0000 mon.smithi100 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:14.543 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying grafana service with default placement... 2024-02-23T00:16:15.215 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-23T00:16:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:15 smithi100 conmon[37928]: audit 2024-02-23T00:16:13.894638+0000 mgr.smithi100.rjsfuw (mgr.14116) 17 : 2024-02-23T00:16:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:15 smithi100 conmon[37928]: audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:15 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:13.895517+0000 mgr.smithi100.rjsfuw (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-23T00:16:16.153 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying node-exporter service with default placement... 2024-02-23T00:16:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:16 smithi100 conmon[37928]: audit 2024-02-23T00:16:15.210264+0000 mgr.smithi100.rjsfuw (mgr.14116) 19 : audit [DBG] 2024-02-23T00:16:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:16 smithi100 conmon[37928]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:16 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:15.211087+0000 mgr.smithi100.rjsfuw (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-23T00:16:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:16 smithi100 conmon[37928]: audit 2024-02-23T00:16:15.214043+0000 mon.smithi100 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:16.769 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-23T00:16:17.286 INFO:teuthology.orchestra.run.smithi100.stderr:Deploying alertmanager service with default placement... 2024-02-23T00:16:17.945 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-23T00:16:17.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:17 smithi100 conmon[37928]: audit 2024-02-23T00:16:16.764792+0000 mgr.smithi100.rjsfuw (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:17.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:17 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:16.765657+0000 mgr.smithi100.rjsfuw (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-23T00:16:17.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:17 smithi100 conmon[37928]: audit 2024-02-23T00:16:16.767969+0000 mon.smithi100 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:19.185 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:18 smithi100 conmon[37928]: audit 2024-02-23T00:16:17.940447+0000 mgr.smithi100.rjsfuw (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:19.185 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:18 smithi100 conmon[37928]: cephadm 2024-02- 2024-02-23T00:16:19.186 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:18 smithi100 conmon[37928]: 23T00:16:17.941268+0000 mgr.smithi100.rjsfuw (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-23T00:16:19.186 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:18 smithi100 conmon[37928]: audit 2024-02-23T00:16:17.943585+0000 mon.smithi100 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.100:0/3942270755' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:20 smithi100 conmon[37928]: audit 2024-02-23T00:16:19.158266+0000 mon.smithi100 (mon.0) 2024-02-23T00:16:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:20 smithi100 conmon[37928]: 65 : audit [INF] from='client.? 172.21.15.100:0/1274919905' entity='client.admin' 2024-02-23T00:16:21.184 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling the dashboard module... 2024-02-23T00:16:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:21 smithi100 conmon[37928]: audit 2024-02-23T00:16:20.531217+0000 mon.smithi100 (mon.0) 2024-02-23T00:16:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:21 smithi100 conmon[37928]: 66 : audit [INF] from='client.? 172.21.15.100:0/2591714094' entity='client.admin' 2024-02-23T00:16:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:21 smithi100 conmon[37928]: cluster 2024-02-23T00:16:20.798341+0000 mgr.smithi100.rjsfuw (mgr.14116 2024-02-23T00:16:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:21 smithi100 conmon[37928]: ) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:22.783 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:22 smithi100 conmon[37928]: audit 2024-02-23T00:16:21.826702+0000 mon.smithi100 (mon.0) 67 : audit [INF] from='client.? 172.21.15.100:0/3794495972' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-23T00:16:23.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:23 smithi100 conmon[37928]: audit 2024-02-23T00:16:22.535374+0000 mon.smithi100 (mon.0) 68 : audit [INF] from='client.? 172.21.15.100:0/3794495972' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-23T00:16:23.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:23 smithi100 conmon[37928]: cluster 2024-02-23T00:16:22.535421+0000 mon.smithi100 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi100.rjsfuw(active, since 21s) 2024-02-23T00:16:23.836 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:16:23.836 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-23T00:16:23.836 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "available": true, 2024-02-23T00:16:23.836 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "active_name": "smithi100.rjsfuw", 2024-02-23T00:16:23.836 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-23T00:16:23.837 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:16:24.484 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for the mgr to restart... 2024-02-23T00:16:24.484 INFO:teuthology.orchestra.run.smithi100.stderr:Waiting for mgr epoch 9... 2024-02-23T00:16:24.742 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:24 smithi100 conmon[37928]: audit 2024-02-23T00:16:23.834439 2024-02-23T00:16:24.742 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:24 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.100:0/3603318124' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-23T00:16:28.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: cluster 2024-02-23T00:16:27.915138+0000 mon.smithi100 (mon.0) 71 : cluster 2024-02-23T00:16:28.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: [INF] Active manager daemon smithi100.rjsfuw restarted 2024-02-23T00:16:28.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: cluster 2024-02-23T00:16:27.915353+0000 mon.smithi100 (mon.0) 72 : cluster [INF] Activating manager daemon smithi100.rjsfuw 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: cluster 2024-02-23 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: T00:16:27.918145+0000 mon.smithi100 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: cluster 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 2024-02-23T00:16: 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 27.918262+0000 mon.smithi100 (mon.0 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: ) 74 : cluster [DBG] mgrmap e10: smithi100.rjsfuw(active, starting, since 0.00299386s) 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 02-23T00:16:27.919205+0000 2024-02-23T00:16:28.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: mon.smithi100 (mon.0) 75 : 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 02-23T00:16:27. 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 919834+0000 mon.smithi100 (mon.0) 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 76 : audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi100.rjsfuw", "id": "smithi100.rjsfuw"}]: dispatch 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 02-23T00:16:27. 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 920575+0000 mon.smithi100 (mon.0) 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 77 : audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 02-23T00:16:27. 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 920737+0000 mon.smithi100 (mon.0) 78 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: : audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit 2024 2024-02-23T00:16:28.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: -02-23T00:16:27.920873 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 79 : 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 02-23T00:16:27. 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: 934645+0000 mon.smithi100 (mon.0) 80 2024-02-23T00:16:28.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:27 smithi100 conmon[37928]: : cluster [INF] Manager daemon smithi100.rjsfuw is now available 2024-02-23T00:16:28.927 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: { 2024-02-23T00:16:28.927 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-23T00:16:28.927 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: "initialized": true 2024-02-23T00:16:28.927 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: } 2024-02-23T00:16:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.029251+0000 mon.smithi100 (mon.0) 81 : 2024-02-23T00:16:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.030638+0000 mon.smithi100 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:16:29.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.054914+0000 mon.smithi100 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:16:29.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.057395+0000 mon.smithi100 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/trash_purge_schedule"}]: dispatch 2024-02-23T00:16:29.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:28 smithi100 conmon[37928]: cluster 2024-02-23T00:16:28.919878+0000 mon.smithi100 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi100.rjsfuw(active, since 1.00461s) 2024-02-23T00:16:29.507 INFO:teuthology.orchestra.run.smithi100.stderr:mgr epoch 9 is available 2024-02-23T00:16:29.508 INFO:teuthology.orchestra.run.smithi100.stderr:Generating a dashboard self-signed certificate... 2024-02-23T00:16:30.327 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-23T00:16:30.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:30 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.919450+0000 mgr.smithi100.rjsfuw (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-23T00:16:30.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:30 smithi100 conmon[37928]: audit 2024-02-23T00:16:28.925644+0000 mgr.smithi100.rjsfuw (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-23T00:16:30.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:30 smithi100 conmon[37928]: audit 2024-02-23T00:16:29.502478+0000 mon.smithi100 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:30.891 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:30 smithi100 conmon[37928]: audit 2024-02-23T00:16:30.319697+0000 mon.smithi100 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:30.891 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:30 smithi100 conmon[37928]: audit 2024-02-23T00:16:30.325451+0000 mon.smithi100 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:31.249 INFO:teuthology.orchestra.run.smithi100.stderr:Creating initial admin user... 2024-02-23T00:16:31.552 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:31 smithi100 conmon[37928]: audit 2024-02-23T00:16:30.179301+0000 2024-02-23T00:16:31.553 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:31 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:16:31.553 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:31 smithi100 conmon[37928]: cluster 2024-02-23T00:16:30.509065+0000 mon.smithi100 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi100.rjsfuw(active, since 2s) 2024-02-23T00:16:32.197 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$6dn5YR9ZRoV6BbAkVpGU7.4xc0AaMYUCp07UjMvxquA6CloAr0aAa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708647392, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-23T00:16:32.790 INFO:teuthology.orchestra.run.smithi100.stderr:Fetching dashboard port number... 2024-02-23T00:16:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:33 smithi100 conmon[37928]: audit 2024-02-23T00:16:31.979809+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:16:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:33 smithi100 conmon[37928]: 2024-02-23T00:16:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:33 smithi100 conmon[37928]: audit 2024-02-23T00:16:32.196698+0000 mon.smithi100 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:33.453 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: 8443 2024-02-23T00:16:34.043 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: disabled 2024-02-23T00:16:34.049 INFO:teuthology.orchestra.run.smithi100.stderr:systemctl: inactive 2024-02-23T00:16:34.050 INFO:teuthology.orchestra.run.smithi100.stderr:firewalld.service is not enabled 2024-02-23T00:16:34.050 INFO:teuthology.orchestra.run.smithi100.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr:Ceph Dashboard is now available at: 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr: URL: https://smithi100:8443/ 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr: User: admin 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr: Password: f350czbula 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:34.052 INFO:teuthology.orchestra.run.smithi100.stderr:Enabling autotune for osd_memory_target 2024-02-23T00:16:34.314 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:34 smithi100 conmon[37928]: audit 2024-02-23T00:16:33.452002+0000 mon.smithi100 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.100:0/425057527' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-23T00:16:35.489 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:35 smithi100 conmon[37928]: cluster 2024-02-23T00:16:34.198575+0000 mon.smithi100 (mon.0) 92 2024-02-23T00:16:35.489 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:35 smithi100 conmon[37928]: : cluster [DBG] mgrmap e13: smithi100.rjsfuw(active, since 6s) 2024-02-23T00:16:36.042 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-23T00:16:36.565 INFO:teuthology.orchestra.run.smithi100.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-23T00:16:36.565 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr:Or, if you are only running a single cluster on this host: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: ceph telemetry on 2024-02-23T00:16:36.566 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.567 INFO:teuthology.orchestra.run.smithi100.stderr:For more information see: 2024-02-23T00:16:36.567 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.567 INFO:teuthology.orchestra.run.smithi100.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-23T00:16:36.567 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:16:36.567 INFO:teuthology.orchestra.run.smithi100.stderr:Bootstrap complete. 2024-02-23T00:16:36.603 INFO:tasks.cephadm:Fetching config... 2024-02-23T00:16:36.603 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:16:36.603 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-23T00:16:36.621 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-23T00:16:36.621 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:16:36.621 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-23T00:16:36.679 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-23T00:16:36.680 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:16:36.680 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/keyring of=/dev/stdout 2024-02-23T00:16:36.748 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-23T00:16:36.749 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:16:36.749 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-23T00:16:36.806 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-23T00:16:36.806 DEBUG:teuthology.orchestra.run.smithi100:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKhyDbwgeuzhIf+EUAWPQ6SpQnZD2AaEOQIdOPYlJG+HRFt59mELWBYaEtLn/5ALM7MZ8URKY3yw/vGRocp0LcS7xIZ0AbJrzg3wRT+pN8mzUNzGAwjlCRQ2k0xMew1v2A3nTL5qDX4dtQxoz/tsVnlLKfkujvUwHQRuJn289RtuR9u7dvMH28F3v8tV1HWa+iCGwv6Sjx6wWjGmACN0Iy9MIEO+TyK6y+EmaiVJgtDz3VNeNM+4Ii+N3hW2zSE9Wa1eDpreBnkSlYpnHbsSobnlxkrYJy2o238e5cl84mcl4HG+r+1epczVoRtsZ18m/Z4uAbGNqhzJFrpS5TgqFqa9wiF5/2jU6hIZPrbug/0BRu9MTIq6Hoo8EvU/dX5/qK7zckZ73+BIaHtMKiuvxxiLnc1CTElWgRnBI1k5gs6hxMz29VZfMGAjOiexXEIGwB9Emhr5AN2Z2Y0rnyDkM502NcEwWX5ba9x6zqsAHJ9T3CZlqplulKGFGodIiPHC8= ceph-904be884-d1e0-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-23T00:16:36.886 INFO:teuthology.orchestra.run.smithi100.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKhyDbwgeuzhIf+EUAWPQ6SpQnZD2AaEOQIdOPYlJG+HRFt59mELWBYaEtLn/5ALM7MZ8URKY3yw/vGRocp0LcS7xIZ0AbJrzg3wRT+pN8mzUNzGAwjlCRQ2k0xMew1v2A3nTL5qDX4dtQxoz/tsVnlLKfkujvUwHQRuJn289RtuR9u7dvMH28F3v8tV1HWa+iCGwv6Sjx6wWjGmACN0Iy9MIEO+TyK6y+EmaiVJgtDz3VNeNM+4Ii+N3hW2zSE9Wa1eDpreBnkSlYpnHbsSobnlxkrYJy2o238e5cl84mcl4HG+r+1epczVoRtsZ18m/Z4uAbGNqhzJFrpS5TgqFqa9wiF5/2jU6hIZPrbug/0BRu9MTIq6Hoo8EvU/dX5/qK7zckZ73+BIaHtMKiuvxxiLnc1CTElWgRnBI1k5gs6hxMz29VZfMGAjOiexXEIGwB9Emhr5AN2Z2Y0rnyDkM502NcEwWX5ba9x6zqsAHJ9T3CZlqplulKGFGodIiPHC8= ceph-904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:16:36.898 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKhyDbwgeuzhIf+EUAWPQ6SpQnZD2AaEOQIdOPYlJG+HRFt59mELWBYaEtLn/5ALM7MZ8URKY3yw/vGRocp0LcS7xIZ0AbJrzg3wRT+pN8mzUNzGAwjlCRQ2k0xMew1v2A3nTL5qDX4dtQxoz/tsVnlLKfkujvUwHQRuJn289RtuR9u7dvMH28F3v8tV1HWa+iCGwv6Sjx6wWjGmACN0Iy9MIEO+TyK6y+EmaiVJgtDz3VNeNM+4Ii+N3hW2zSE9Wa1eDpreBnkSlYpnHbsSobnlxkrYJy2o238e5cl84mcl4HG+r+1epczVoRtsZ18m/Z4uAbGNqhzJFrpS5TgqFqa9wiF5/2jU6hIZPrbug/0BRu9MTIq6Hoo8EvU/dX5/qK7zckZ73+BIaHtMKiuvxxiLnc1CTElWgRnBI1k5gs6hxMz29VZfMGAjOiexXEIGwB9Emhr5AN2Z2Y0rnyDkM502NcEwWX5ba9x6zqsAHJ9T3CZlqplulKGFGodIiPHC8= ceph-904be884-d1e0-11ee-95c0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-23T00:16:36.946 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKhyDbwgeuzhIf+EUAWPQ6SpQnZD2AaEOQIdOPYlJG+HRFt59mELWBYaEtLn/5ALM7MZ8URKY3yw/vGRocp0LcS7xIZ0AbJrzg3wRT+pN8mzUNzGAwjlCRQ2k0xMew1v2A3nTL5qDX4dtQxoz/tsVnlLKfkujvUwHQRuJn289RtuR9u7dvMH28F3v8tV1HWa+iCGwv6Sjx6wWjGmACN0Iy9MIEO+TyK6y+EmaiVJgtDz3VNeNM+4Ii+N3hW2zSE9Wa1eDpreBnkSlYpnHbsSobnlxkrYJy2o238e5cl84mcl4HG+r+1epczVoRtsZ18m/Z4uAbGNqhzJFrpS5TgqFqa9wiF5/2jU6hIZPrbug/0BRu9MTIq6Hoo8EvU/dX5/qK7zckZ73+BIaHtMKiuvxxiLnc1CTElWgRnBI1k5gs6hxMz29VZfMGAjOiexXEIGwB9Emhr5AN2Z2Y0rnyDkM502NcEwWX5ba9x6zqsAHJ9T3CZlqplulKGFGodIiPHC8= ceph-904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:16:36.960 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-23T00:16:37.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:37 smithi100 conmon[37928]: audit 2024-02-23T00:16:36.038575+0000 mon.smithi100 (mon.0) 93 : audit [INF] from='client.? 172.21.15.100:0/1929519984' entity='client.admin' 2024-02-23T00:16:39.771 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-23T00:16:39.772 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-23T00:16:40.181 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:39 smithi100 conmon[37928]: audit 2024-02-23T00:16:38.905492+0000 mon.smithi100 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:40.181 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:39 smithi100 conmon[37928]: audit 2024-02-23T00:16:39.201063+0000 mon.smithi100 (mon.0) 95 : audit [INF] from='client.? 172.21.15.100:0/1944994003' entity='client.admin' 2024-02-23T00:16:40.181 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:39 smithi100 conmon[37928]: audit 2024-02-23T00:16:39.857681+0000 mon.smithi100 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:16:40.181 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:39 smithi100 conmon[37928]: audit 2024-02-23T00:16:39.861096+0000 mon.smithi100 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:41.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:40 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:39.872199+0000 mgr.smithi100.rjsfuw (mgr.14156) 5 2024-02-23T00:16:41.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:40 smithi100 conmon[37928]: : cephadm [INF] Deploying daemon alertmanager.smithi100 on smithi100 2024-02-23T00:16:42.536 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi144 2024-02-23T00:16:42.537 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:16:42.537 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.conf 2024-02-23T00:16:42.557 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:16:42.558 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:16:42.617 INFO:tasks.cephadm:Adding host smithi144 to orchestrator... 2024-02-23T00:16:42.618 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch host add smithi144 2024-02-23T00:16:43.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:42 smithi100 conmon[37928]: audit 2024-02-23T00:16:41.910242+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:16:43.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:42 smithi100 conmon[37928]: audit 2024-02-23T00:16:41.912655+0000 mon.smithi100 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: cluster 2024-02-23T00:16:47.921670+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: 14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: audit 2024-02-23T00:16:48.703622+0000 mon.smithi100 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: audit 2024-02-23T00:16:48.705207+0000 mon.smithi100 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: audit 2024-02-23T00:16:48.707458+0000 mon.smithi100 (mon.0) 101 : audit 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:16:49.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: 02-23T00:16:48.708018+0000 mon.smithi100 (mon. 2024-02-23T00:16:49.247 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:48 smithi100 conmon[37928]: 0) 102 : audit [DBG] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:16:50.322 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:49 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:48.708500+0000 mgr.smithi100.rjsfuw (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi100 on smithi100 2024-02-23T00:16:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:50 smithi100 conmon[37928]: cluster 2024-02-23T00:16:49.922032+0000 mgr.smithi100.rjsfuw (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:50 smithi100 conmon[37928]: audit 2024-02-23T00:16:50.889556+0000 mon.smithi100 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: audit 2024-02-23T00:16:51.075173+0000 mon.smithi100 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: audit 2024-02-23T00:16:51.077026+0000 mon.smithi100 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: audit 2024-02-23T00:16:51.078433+0000 mon.smithi100 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: audit 2024-02-23T00:16:51.078766+0000 mgr.smithi100.rjsfuw (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: audit 2024-02-23T00:16:51.081134+0000 mon.smithi100 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:52 smithi100 conmon[37928]: cephadm 2024-02-23T00:16:51.089284+0000 mgr.smithi100.rjsfuw (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi100 on smithi100 2024-02-23T00:16:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:53 smithi100 conmon[37928]: cluster 2024-02-23T00:16:51.922330+0000 mgr.smithi100.rjsfuw (mgr.14156) 12 : cluster [DBG] 2024-02-23T00:16:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:53 smithi100 conmon[37928]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:53 smithi100 conmon[37928]: audit 2024-02-23T00:16:53.055432+0000 mon.smithi100 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:16:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:55 smithi100 conmon[37928]: cluster 2024-02-23T00:16:53.922533 2024-02-23T00:16:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:55 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:57 smithi100 conmon[37928]: cluster 2024-02-23T00:16:55.922762 2024-02-23T00:16:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:57 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:16:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:16:59 smithi100 conmon[37928]: cluster 2024-02-23T00:16:57.923004+0000 mgr.smithi100.rjsfuw (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:01.360 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:01 smithi100 conmon[37928]: cluster 2024-02-23T00:16:59.923229+0000 mgr.smithi100.rjsfuw (mgr.14156) 16 : cluster 2024-02-23T00:17:01.361 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:01 smithi100 conmon[37928]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:03 smithi100 conmon[37928]: cluster 2024-02-23T00:17:01.923561+0000 mgr.smithi100.rjsfuw (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:05 smithi100 conmon[37928]: cluster 2024-02-23T00:17:03.923929+0000 mgr.smithi100.rjsfuw (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:07.358 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:07 smithi100 conmon[37928]: cluster 2024-02-23T00:17:05.924350+0000 mgr.smithi100.rjsfuw (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:07.358 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:07 smithi100 conmon[37928]: 2024-02-23T00:17:09.353 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:09 smithi100 conmon[37928]: cluster 2024-02-23T00:17:07.924681+0000 mgr.smithi100.rjsfuw (mgr.14156) 20 : cluster 2024-02-23T00:17:09.353 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:09 smithi100 conmon[37928]: [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:09.353 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:09 smithi100 conmon[37928]: audit 2024-02-23T00:17:08.910279+0000 mon.smithi100 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:10.133 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:10 smithi100 conmon[37928]: cephadm 2024-02-23T00:17:08.912291+0000 mgr.smithi100.rjsfuw (mgr.14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi100 on smithi100 2024-02-23T00:17:11.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:11 smithi100 conmon[37928]: cluster 2024-02-23T00:17:09.924905+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:17:11.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:11 smithi100 conmon[37928]: mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: cluster 2024-02-23T00:17:11.925270+0000 mgr.smithi100.rjsfuw (mgr.14156) 23 : cluster 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: audit 2024-02-23T00:17:12.398650+0000 mon.smithi100 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: audit 2024-02-23T00:17:12.400918+0000 mon.smithi100 (mon. 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: 0) 111 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-23T00:17:13.526 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:17:13.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: T00:17:13.060226+0000 mon.smithi100 (mon.0) 112 : audit [INF] 2024-02-23T00:17:13.527 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:13 smithi100 conmon[37928]: from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:14 smithi100 conmon[37928]: audit 2024-02-23T00:17:13.401075+0000 mon.smithi100 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.100:0/2140800169' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-23T00:17:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:14 smithi100 conmon[37928]: cluster 2024-02-23T00:17:13.401146+0000 mon.smithi100 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi100.rjsfuw(active, since 45s) 2024-02-23T00:17:19.001 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: cluster 2024-02-23T00:17:18.771244+0000 mon.smithi100 (mon.0) 115 : cluster [INF] Active manager daemon smithi100.rjsfuw restarted 2024-02-23T00:17:19.001 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: cluster 2024-02-23T00:17:18.771509+0000 mon.smithi100 (mon.0) 116 : cluster [INF] 2024-02-23T00:17:19.001 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: Activating manager daemon smithi100.rjsfuw 2024-02-23T00:17:19.001 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: cluster 2024-02- 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 23T00:17:18.774313+0000 mon.smithi100 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: (mon.0) 117 : cluster 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: .774405+0000 mon.smithi100 (mon.0 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: ) 118 : cluster [DBG] mgrmap e15: smithi100.rjsfuw(active, starting, since 0.0029891s) 2024-02-23T00:17:19.002 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18. 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 775378+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 119 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 02-23T00:17:18.775827 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 120 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi100.rjsfuw", "id": "smithi100.rjsfuw"}]: dispatch 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18. 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 776778+0000 mon.smithi100 (mon.0 2024-02-23T00:17:19.003 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: ) 121 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18. 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 776914+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 122 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: .777043+0000 mon.smithi100 (mon. 2024-02-23T00:17:19.004 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 0) 123 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-23T00:17:19.005 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 2024-02-23T00:17:19.005 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:17:19.005 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: -02-23T00:17:18 2024-02-23T00:17:19.005 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: .790849+0000 mon.smithi100 (mon. 2024-02-23T00:17:19.005 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:18 smithi100 conmon[37928]: 0) 124 : cluster [INF] Manager daemon smithi100.rjsfuw is now available 2024-02-23T00:17:20.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: audit 2024-02-23T00:17:18.889377+0000 mon.smithi100 (mon.0) 125 : audit 2024-02-23T00:17:20.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:17:20.098 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: audit 2024-02-23T00:17:18.890627+0000 mon.smithi100 (mon.0 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: ) 126 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: audit 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: 2024-02-23T00:17:18.914006+0000 mon.smithi100 (mon.0 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: ) 127 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: 23T00:17:18.926904+0000 mon.smithi100 (mon 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: .0) 128 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/mirror_snapshot_schedule"}]: dispatch 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: 02-23T00:17:18.929330+0000 mon.smithi100 2024-02-23T00:17:20.099 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi100.rjsfuw/trash_purge_schedule"}]: dispatch 2024-02-23T00:17:20.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:20.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: 02-23T00:17:19.778188+0000 2024-02-23T00:17:20.100 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:19 smithi100 conmon[37928]: mon.smithi100 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi100.rjsfuw(active, since 1.00677s) 2024-02-23T00:17:22.097 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:21 smithi100 conmon[37928]: cluster 2024-02-23T00:17:20.827333+0000 mon.smithi100 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi100.rjsfuw(active, since 2s) 2024-02-23T00:17:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024-02-23T00:17:21.862397+0000 mon.smithi100 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024-02-23T00:17: 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 22.169529+0000 mon.smithi100 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi100", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 02-23T00:17:22.170292+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 134 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: -23T00:17:22.170835+0000 mon.smithi100 ( 2024-02-23T00:17:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: cephadm 2024 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: -02-23T00:17:22.171833+0000 mgr.smithi100.rjsfuw 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: (mgr.14180) 1 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: cephadm 2024-02- 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 23T00:17:22.205931+0000 mgr.smithi100.rjsfuw (mgr.14180) 2 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 17:22.234588+0000 mon.smithi100 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:17:22.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 23T00:17:22.237854+0000 mon.smithi100 (mon.0) 137 : audit 2024-02-23T00:17:22.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:22.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: cephadm 2024-02-23T 2024-02-23T00:17:22.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 00:17:22.249482+0000 mgr.smithi100.rjsfuw (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi100 on smithi100 2024-02-23T00:17:22.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:22 smithi100 conmon[37928]: 2024-02-23T00:17:25.581 INFO:teuthology.orchestra.run.smithi144.stdout:Added host 'smithi144' with addr '172.21.15.144' 2024-02-23T00:17:25.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:25 smithi100 conmon[37928]: audit 2024-02-23T00:17:24.959110+0000 mgr.smithi100.rjsfuw (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:17:26.203 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch host ls --format=json 2024-02-23T00:17:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:26 smithi100 conmon[37928]: audit 2024-02-23T00:17:25.574327+0000 mon.smithi100 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:26 smithi100 conmon[37928]: cephadm 2024-02-23T00:17:25.574615+0000 mgr.smithi100.rjsfuw (mgr.14180) 5 : cephadm [INF] Added host smithi144 2024-02-23T00:17:27.906 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:27.907 INFO:teuthology.orchestra.run.smithi144.stdout:[{"addr": "172.21.15.100", "hostname": "smithi100", "labels": [], "status": ""}, {"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}] 2024-02-23T00:17:28.487 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-23T00:17:28.487 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd crush tunables default 2024-02-23T00:17:28.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:28 smithi100 conmon[37928]: audit 2024-02-23T00:17:27.905189+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:17:28.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:28 smithi100 conmon[37928]: ) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:17:34.483 INFO:teuthology.orchestra.run.smithi100.stderr:adjusted tunables profile to default 2024-02-23T00:17:34.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:34 smithi100 conmon[37928]: audit 2024-02-23T00:17:34.424727+0000 mon.smithi100 (mon.0) 139 : audit [INF] from='client.? 172.21.15.100:0/2655517073' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-23T00:17:35.260 INFO:tasks.cephadm:Adding mon.smithi100 on smithi100 2024-02-23T00:17:35.260 INFO:tasks.cephadm:Adding mon.smithi144 on smithi144 2024-02-23T00:17:35.261 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch apply mon '2;smithi100:172.21.15.100=smithi100;smithi144:172.21.15.144=smithi144' 2024-02-23T00:17:35.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:35 smithi100 conmon[37928]: audit 2024-02-23T00:17:34.479699+0000 mon.smithi100 (mon.0) 140 : audit [INF] from='client.? 172.21.15.100:0/2655517073' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-23T00:17:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:35 smithi100 conmon[37928]: cluster 2024-02-23T00:17:34.479742+0000 mon.smithi100 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:17:37.038 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled mon update... 2024-02-23T00:17:37.633 DEBUG:teuthology.orchestra.run.smithi144:mon.smithi144> sudo journalctl -f -n 0 -u ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi144.service 2024-02-23T00:17:37.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:17:37.643 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:17:37.674 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:-- Logs begin at Fri 2024-02-23 00:04:21 UTC. -- 2024-02-23T00:17:38.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: audit 2024-02-23T00:17:36.729415+0000 mon.smithi100 (mon.0) 142 : audit [INF] 2024-02-23T00:17:38.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:38.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: audit 2024-02-23T00:17:36.730569+0000 mon.smithi100 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:17:38.215 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: audit 2024-02-23T00:17:37.032251+0000 mgr.smithi100.rjsfuw (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi100:172.21.15.100=smithi100;smithi144:172.21.15.144=smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: cephadm 2024-02-23T00:17:37.034470+0000 mgr.smithi100.rjsfuw (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi100:172.21.15.100=smithi100;smithi144:172.21.15.144=smithi144;count:2 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: audit 2024-02-23T00:17: 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: 37.036983+0000 mon.smithi100 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: audit 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: 2024-02-23T00:17:37.457805+0000 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: mon.smithi100 (mon.0) 145 : audit [INF] 2024-02-23T00:17:38.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:37 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:39.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:38 smithi100 conmon[37928]: audit 2024-02-23T00:17:37.815694+0000 2024-02-23T00:17:39.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:38 smithi100 conmon[37928]: mon.smithi100 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:39.822 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:39.822 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","modified":"2024-02-23T00:15:37.394803Z","created":"2024-02-23T00:15:37.394803Z","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":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:17:39.824 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-02-23T00:17:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:39 smithi100 conmon[37928]: cluster 2024-02-23T00:17:38.778732+0000 mgr.smithi100.rjsfuw (mgr.14180) 9 : 2024-02-23T00:17:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:39 smithi100 conmon[37928]: cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:39 smithi100 conmon[37928]: audit 2024-02-23T00:17:38.919377+0000 mon.smithi100 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:39 smithi100 conmon[37928]: audit 2024-02-23T00:17:39.608609+0000 mon.smithi100 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:40.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:39 smithi100 conmon[37928]: audit 2024-02-23T00:17:39.821692+0000 mon.smithi100 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.144:0/2115420030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:17:41.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:17:41.772 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:17:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:41 smithi100 conmon[37928]: cluster 2024-02-23T00:17:40.779065+0000 mgr.smithi100.rjsfuw (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:43.854 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:43.854 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","modified":"2024-02-23T00:15:37.394803Z","created":"2024-02-23T00:15:37.394803Z","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":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:17:43.857 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024-02-23T00:17:42.543633+0000 mon.smithi100 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: cluster 2024-02-23T00:17:42.779362+0000 mgr.smithi100.rjsfuw (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024-02-23T00:17:42.949778+0000 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mon.smithi100 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: -23T00:17:42.950640+0000 mon.smithi100 (mon. 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 0) 152 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: -23T00:17:42.951594+0000 mon.smithi100 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 2024-02-23T00:17:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: -02-23T00:17:42.952337+0000 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mon.smithi100 (mon.0) 154 : audit 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: cephadm 2024- 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:42.953528+0000 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 12 : cephadm [INF] 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: Updating smithi144:/etc/ceph/ceph.conf 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: cephadm 2024- 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.028213+0000 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 13 : cephadm [INF] 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.082605+0000 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mon.smithi100 (mon.0) 155 : audit [INF] 2024-02-23T00:17:43.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.087941+0000 mon.smithi100 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: -02-23T00:17:43.089585 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 157 : audit 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.093960+0000 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mon.smithi100 (mon.0) 158 : audit [INF] 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.094762+0000 2024-02-23T00:17:43.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mon.smithi100 (mon.0) 159 : audit 2024-02-23T00:17:43.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:17:43.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: cephadm 2024- 2024-02-23T00:17:43.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: 02-23T00:17:43.095414+0000 2024-02-23T00:17:43.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 14 : cephadm 2024-02-23T00:17:43.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:43 smithi100 conmon[37928]: [INF] Deploying daemon crash.smithi144 on smithi144 2024-02-23T00:17:44.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:44 smithi100 conmon[37928]: audit 2024-02-23T00:17:43.853584+0000 mon.smithi100 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.144:0/385656083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:17:44.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:44 smithi100 conmon[37928]: 2024-02-23T00:17:45.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:17:45.634 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:17:45.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:45 smithi100 conmon[37928]: cluster 2024-02-23T00:17:44.779616+0000 mgr.smithi100.rjsfuw (mgr.14180) 15 : cluster 2024-02-23T00:17:45.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:45 smithi100 conmon[37928]: [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: audit 2024-02-23T00:17:46.311608+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: 161 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: audit 2024-02-23T00:17:46.313803+0000 mon.smithi100 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.hkyxro", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: 17:46.316611+0000 mon.smithi100 (mon.0 2024-02-23T00:17:47.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: ) 163 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.hkyxro", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: 23T00:17:46.317499+0000 mon.smithi100 (mon.0 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: ) 164 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: 02-23T00:17:46.318444+0000 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: mon.smithi100 (mon.0) 165 : audit [DBG] 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: cephadm 2024- 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: 02-23T00:17:46.319095+0000 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 16 : cephadm [INF] 2024-02-23T00:17:47.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:47 smithi100 conmon[37928]: Deploying daemon mgr.smithi144.hkyxro on smithi144 2024-02-23T00:17:47.710 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:47.710 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","modified":"2024-02-23T00:15:37.394803Z","created":"2024-02-23T00:15:37.394803Z","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":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:17:47.713 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-02-23T00:17:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:48 smithi100 conmon[37928]: cluster 2024-02-23T00:17:46.779901+0000 mgr.smithi100.rjsfuw (mgr.14180) 17 : cluster [DBG] 2024-02-23T00:17:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:48 smithi100 conmon[37928]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:48 smithi100 conmon[37928]: audit 2024-02-23T00:17:47.709903+0000 mon.smithi100 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.144:0/959969365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:17:49.632 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:17:49.633 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:17:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: cluster 2024-02-23T00:17:48.780209+0000 mgr.smithi100.rjsfuw (mgr.14180) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: audit 2024-02-23T00:17:48.924431+0000 mon.smithi100 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: audit 2024-02-23T00:17:49.437972+0000 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: mon.smithi100 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: 23T00:17:49.439963+0000 mon.smithi100 (mon 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: .0) 169 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: -23T00:17:49.440741+0000 mon.smithi100 ( 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: cephadm 2024-02 2024-02-23T00:17:50.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: -23T00:17:49.441375+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:17:50.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:49 smithi100 conmon[37928]: mgr.14180) 19 : cephadm [INF] Deploying daemon mon.smithi144 on smithi144 2024-02-23T00:17:52.164 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:52.165 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":1,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","modified":"2024-02-23T00:15:37.394803Z","created":"2024-02-23T00:15:37.394803Z","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":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-23T00:17:52.167 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 1 2024-02-23T00:17:52.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:51 smithi100 conmon[37928]: cluster 2024-02-23T00:17:50.780562+0000 mgr.smithi100.rjsfuw (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:53.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:52 smithi100 conmon[37928]: audit 2024-02-23T00:17:52.163652+0000 mon.smithi100 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.144:0/3762328145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:17:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 systemd[1]: Starting Ceph mon.smithi144 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:17:54.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-23T00:17:54.127 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mon dump -f json 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.810+0000 7f3438d7d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.810+0000 7f3438d7d880 0 ceph version 16.2.14-550-geb66ed92 (eb66ed921e744301e6863be6353618d63967ea59) pacific (stable), process ceph-mon, pid 8 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.810+0000 7f3438d7d880 0 pidfile_write: ignore empty --pid-file 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.814+0000 7f3438d7d880 0 load: jerasure load: lrc load: isa 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Compile date Feb 20 2024 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: DB SUMMARY 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: CURRENT file: CURRENT 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 0, files: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 000003.log size: 511 ; 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.error_if_exists: 0 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.create_if_missing: 0 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.env: 0x555bbf95b080 2024-02-23T00:17:54.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.fs: Posix File System 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.info_log: 0x555bc1ec1d20 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.statistics: (nil) 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.use_fsync: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-23T00:17:54.158 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.db_log_dir: 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.write_buffer_manager: 0x555bc2bbe3f0 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-23T00:17:54.159 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-23T00:17:54.160 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-23T00:17:54.160 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.unordered_write: 0 2024-02-23T00:17:54.161 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.row_cache: None 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.wal_filter: None 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.two_write_queues: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.atomic_flush: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-23T00:17:54.162 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_open_files: -1 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-23T00:17:54.163 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Compression algorithms supported: 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kZSTD supported: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kXpressCompression supported: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kZlibCompression supported: 1 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.merge_operator: 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_filter: None 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555bc1e6bd10) 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: cache_index_and_filter_blocks: 1 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: pin_top_level_index_and_filter: 1 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: index_type: 0 2024-02-23T00:17:54.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: data_block_index_type: 0 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: index_shortening: 1 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: data_block_hash_table_util_ratio: 0.750000 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: hash_index_allow_collision: 1 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: checksum: 1 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: no_block_cache: 0 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_cache: 0x555bc1ea4f10 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_cache_name: BinnedLRUCache 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_cache_options: 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: capacity : 536870912 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: num_shard_bits : 4 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: strict_capacity_limit : 0 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: high_pri_pool_ratio: 0.000 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_cache_compressed: (nil) 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: persistent_cache: (nil) 2024-02-23T00:17:54.166 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_size: 4096 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_size_deviation: 10 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_restart_interval: 16 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: index_block_restart_interval: 1 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: metadata_block_size: 4096 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: partition_filters: 0 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: use_delta_encoding: 1 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: whole_key_filtering: 1 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: verify_compression: 0 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: read_amp_bytes_per_bit: 0 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: format_version: 2 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: enable_index_compression: 1 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: block_align: 0 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.167 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression: NoCompression 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.num_levels: 7 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:17:54.168 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-23T00:17:54.169 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-23T00:17:54.170 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.table_properties_collectors: 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-23T00:17:54.171 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.bloom_locality: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.ttl: 2592000 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.815+0000 7f3438d7d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.816+0000 7f3438d7d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.816+0000 7f3438d7d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.816+0000 7f3438d7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647473817884, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.816+0000 7f3438d7d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.816+0000 7f3438d7d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-23T00:17:54.172 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.817+0000 7f3438d7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647473818409, "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": 1708647473, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.817+0000 7f3438d7d880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.817+0000 7f3438d7d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708647473818804, "job": 1, "event": "recovery_finished"} 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.818+0000 7f3438d7d880 4 rocksdb: DB pointer 0x555bc1f6f800 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.818+0000 7f341fb6f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.818+0000 7f341fb6f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** DB Stats ** 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-23T00:17:54.173 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** Compaction Stats [default] ** 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** Compaction Stats [default] ** 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:17:54.174 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 bash[43492]: f9de53b43646d1b505620457501fd6be962aa041d0c5fd5c944bfdde4f5524a2 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** Compaction Stats [default] ** 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.175 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** Compaction Stats [default] ** 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(Total Files): cumulative 0, interval 0 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: AddFile(Keys): cumulative 0, interval 0 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-23T00:17:54.176 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: ** File Read Latency Histogram By Level [default] ** 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.818+0000 7f3438d7d880 0 mon.smithi144 does not exist in monmap, will attempt to join an existing cluster 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.818+0000 7f3438d7d880 0 using public_addr v2:172.21.15.144:0/0 -> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.819+0000 7f3438d7d880 0 starting mon.smithi144 rank -1 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi144 fsid 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.820+0000 7f3438d7d880 1 mon.smithi144@-1(???) e0 preinit fsid 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 systemd[1]: Started Ceph mon.smithi144 for 904be884-d1e0-11ee-95c0-87774f69a715. 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.847+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).mds e1 new map 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.847+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).mds e1 print_map 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: e1 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: legacy client fscid: -1 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: No filesystems configured 2024-02-23T00:17:54.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.847+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 0 mon.smithi144@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: audit 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: 2024-02-23T00:17:52.163652 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 171 : audit 2024-02-23T00:17:54.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: [DBG] from='client.? 172.21.15.144:0/3762328145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:17:54.179 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:53 smithi144 conmon[43533]: debug 2024-02-23T00:17:53.848+0000 7f3422374700 1 mon.smithi144@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-23T00:17:59.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024-02-23T00:17:53.857318+0000 mon.smithi100 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:17:59.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024-02-23T00:17:53.857479+0000 mon.smithi100 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024-02-23T00:17:53.857623+0000 mon.smithi100 ( 2024-02-23T00:17:59.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.0) 175 : cluster [INF] mon.smithi100 calling monitor election 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024-02-23 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: T00:17:54.781351+0000 mgr.smithi100.rjsfuw (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024-02-23T 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 00:17:54.853500+0000 mon.smithi100 (mon.0) 176 : 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:55.009930+0000 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 177 : audit 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.hkyxro/crt"}]: dispatch 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:55.853738+0000 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 178 : audit 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:55.855455+0000 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi144 (mon.1) 1 : cluster [INF] 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi144 calling monitor election 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:56.781628+0000 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 23 : cluster 2024-02-23T00:17:59.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:56.854009+0000 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 179 : audit 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: -23T00:17:57.854015+0000 mon.smithi100 (mon 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: .0) 180 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.853989+0000 mon.smithi100 ( 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.883388+0000 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 182 : cluster 2024-02-23T00:17:59.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [INF] mon.smithi100 is new leader, mons smithi100,smithi144 in quorum (ranks 0,1) 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.886203+0000 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 183 : cluster [DBG] 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: monmap e2: 2 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} removed_ranks: {} 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: -02-23T00:17:58.898794 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 184 : cluster 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] fsmap 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.898838+0000 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 185 : cluster [DBG] 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: -02-23T00:17:58.899072 2024-02-23T00:17:59.207 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 186 : cluster 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] mgrmap e17: smithi100.rjsfuw(active, since 40s) 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024- 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.899216+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 187 : cluster [INF] overall HEALTH_OK 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: cluster 2024-02 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: -23T00:17:58.900099+0000 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 188 : cluster [DBG] 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: Standby manager daemon smithi144.hkyxro started 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.901352+0000 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 189 : audit 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.902874+0000 2024-02-23T00:17:59.208 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 190 : audit 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.903437+0000 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 191 : audit 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.hkyxro/key"}]: dispatch 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: 02-23T00:17:58.905035+0000 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: mon.smithi100 (mon.0) 192 : audit 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit 2024 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: -02-23T00:17:58.905181 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 193 : 2024-02-23T00:17:59.209 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:58 smithi100 conmon[37928]: audit [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17:53.857318+0000 mon.smithi100 ( 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi100"}]: dispatch 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17:53.857479+0000 mon.smithi100 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23T00:17:53.857623+0000 mon.smithi100 (mon.0) 175 : cluster [INF] mon.smithi100 calling monitor election 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23T00:17:54.781351+0000 mgr.smithi100.rjsfuw (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17:54.853500+0000 mon.smithi100 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.241 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: :55.009930+0000 mon.smithi100 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.hkyxro/crt"}]: dispatch 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 23T00:17:55.853738+0000 mon.smithi100 (mon.0) 178 : audit 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: -02-23T00:17:55.855455+0000 mon.smithi144 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: (mon.1) 1 : cluster [INF] 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: mon.smithi144 calling monitor election 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:17:59.242 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 02-23T00:17:56.781628+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 2024-02-23T00:17:56.854009+0000 mon.smithi100 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: (mon.0) 179 : audit [DBG] 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: -23T00:17:57.854015+0000 mon.smithi100 (mon.0 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: ) 180 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 23T00:17:58.853989+0000 mon.smithi100 (mon.0) 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 181 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: T00:17:58.883388+0000 mon.smithi100 (mon.0) 182 2024-02-23T00:17:59.243 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: : cluster [INF] mon.smithi100 is new leader, mons smithi100,smithi144 in quorum (ranks 0,1) 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: T00:17:58.886203+0000 mon.smithi100 (mon.0) 183 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: : cluster [DBG] monmap e2: 2 mons at {smithi100=[v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0],smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} removed_ranks: {} 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23T00 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: :17:58.898794+0000 mon.smithi100 (mon.0) 184 : 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster [DBG] fsmap 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 2024-02-23T00:17:58.898838+0000 mon.smithi100 2024-02-23T00:17:59.244 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: (mon.0) 185 : cluster [DBG] 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: osdmap e5: 0 total, 0 up, 0 in 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 02-23T00:17:58.899072+0000 mon.smithi100 (mon 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: .0) 186 : cluster [DBG] mgrmap e17: smithi100.rjsfuw(active, since 40s) 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024-02-23T00 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: :17:58.899216+0000 mon.smithi100 (mon.0) 187 : cluster 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: [INF] overall HEALTH_OK 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: cluster 2024 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: -02-23T00:17:58.900099+0000 mon.smithi100 (mon 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: .0) 188 : cluster [DBG] Standby manager daemon smithi144.hkyxro started 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 23T00:17:58.901352+0000 mon.smithi100 (mon.0) 189 : audit 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-23T00:17:59.245 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: -02-23T00:17:58.902874+0000 mon.smithi100 ( 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: mon.0) 190 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: :58.903437+0000 mon.smithi100 (mon.0) 191 : audit 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi144.hkyxro/key"}]: dispatch 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: 2024-02-23T00:17:58.905035+0000 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: mon.smithi100 (mon.0) 192 : audit 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: -23T00:17:58.905181+0000 mon.smithi100 (mon.0 2024-02-23T00:17:59.246 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:58 smithi144 conmon[43533]: ) 193 : audit [DBG] from='mgr.? 172.21.15.144:0/3732673580' entity='mgr.smithi144.hkyxro' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-23T00:17:59.252 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-02-23T00:17:59.253 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":2,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","modified":"2024-02-23T00:17:53.854606Z","created":"2024-02-23T00:15:37.394803Z","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":"smithi100","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:3300","nonce":0},{"type":"v1","addr":"172.21.15.100:6789","nonce":0}]},"addr":"172.21.15.100:6789/0","public_addr":"172.21.15.100:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-23T00:17:59.255 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 2 2024-02-23T00:17:59.891 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-23T00:17:59.892 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph config generate-minimal-conf 2024-02-23T00:18:00.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: cluster 2024-02-23T00:17:58.781864+0000 mgr.smithi100.rjsfuw (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: cephadm 2024-02-23T00:17:58.904839+0000 mgr.smithi100.rjsfuw (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: cluster 2024-02-23T00:17:58.962472+0000 mon.smithi100 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi100.rjsfuw(active, since 40s), standbys: smithi144.hkyxro 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: audit 2024-02-23T00:17:58.962616+0000 mon.smithi100 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi144.hkyxro", "id": "smithi144.hkyxro"}]: dispatch 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: audit 2024-02-23T00:17:59.251708+0000 mon.smithi100 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.144:0/998069478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: audit 2024-02-23T00:17:59.854319+0000 mon.smithi100 (mon.0) 197 : 2024-02-23T00:18:00.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:17:59 smithi100 conmon[37928]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:18:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: cluster 2024-02-23T00:17:58.781864+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:18:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:00.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: cephadm 2024-02-23T00:17:58.904839+0000 mgr.smithi100.rjsfuw (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-02-23T00:18:00.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: cluster 2024-02-23T00:17:58.962472+0000 mon.smithi100 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi100.rjsfuw(active, since 40s), standbys: smithi144.hkyxro 2024-02-23T00:18:00.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: audit 2024-02-23T00:17:58.962616+0000 mon.smithi100 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr metadata", "who": "smithi144.hkyxro", "id": "smithi144.hkyxro"}]: dispatch 2024-02-23T00:18:00.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: audit 2024-02-23T00:17:59.251708+0000 mon.smithi100 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.144:0/998069478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-23T00:18:00.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:17:59 smithi144 conmon[43533]: audit 2024-02-23T00:17:59.854319+0000 mon.smithi100 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-02-23T00:18:01.799 INFO:teuthology.orchestra.run.smithi100.stdout:# minimal ceph.conf for 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:18:01.799 INFO:teuthology.orchestra.run.smithi100.stdout:[global] 2024-02-23T00:18:01.799 INFO:teuthology.orchestra.run.smithi100.stdout: fsid = 904be884-d1e0-11ee-95c0-87774f69a715 2024-02-23T00:18:01.800 INFO:teuthology.orchestra.run.smithi100.stdout: mon_host = [v2:172.21.15.100:3300/0,v1:172.21.15.100:6789/0] [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] 2024-02-23T00:18:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:01 smithi100 conmon[37928]: cluster 2024-02-23T00:18:00.782182+0000 mgr.smithi100.rjsfuw (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:01 smithi100 conmon[37928]: audit 2024-02-23T00:18:01.798625+0000 mon.smithi100 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.100:0/2340342536' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:01 smithi144 conmon[43533]: cluster 2024-02-23T00:18:00.782182+0000 mgr.smithi100.rjsfuw (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:01 smithi144 conmon[43533]: audit 2024-02-23T00:18:01.798625+0000 mon.smithi100 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.100:0/2340342536' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:02.429 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-23T00:18:02.429 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:18:02.429 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.conf 2024-02-23T00:18:02.460 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:18:02.461 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:18:02.527 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:18:02.527 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-02-23T00:18:02.560 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:18:02.560 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-23T00:18:02.628 INFO:tasks.cephadm:Deploying OSDs... 2024-02-23T00:18:02.628 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:18:02.628 DEBUG:teuthology.orchestra.run.smithi100:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:18:02.645 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:18:02.646 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/nvme1n1 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/nvme1n1 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 209175 Links: 1 Device type: 103,1 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:16:39.535163413 +0000 2024-02-23T00:18:02.703 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:14:49.400105467 +0000 2024-02-23T00:18:02.704 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:14:49.400105467 +0000 2024-02-23T00:18:02.704 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:18:02.704 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-23T00:18:02.770 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:18:02.770 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:18:02.770 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.00028334 s, 1.8 MB/s 2024-02-23T00:18:02.771 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-23T00:18:02.830 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/nvme2n1 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/nvme2n1 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 209213 Links: 1 Device type: 103,2 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:16:39.545163146 +0000 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:14:49.549101484 +0000 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:14:49.549101484 +0000 2024-02-23T00:18:02.887 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:18:02.888 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-23T00:18:02.953 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:18:02.954 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:18:02.954 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000281692 s, 1.8 MB/s 2024-02-23T00:18:02.955 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-23T00:18:03.014 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/nvme3n1 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/nvme3n1 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 209241 Links: 1 Device type: 103,3 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:03.072 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:16:39.555162879 +0000 2024-02-23T00:18:03.073 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:14:49.702097394 +0000 2024-02-23T00:18:03.073 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:14:49.702097394 +0000 2024-02-23T00:18:03.073 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:18:03.073 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-23T00:18:03.138 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:18:03.138 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:18:03.138 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000206025 s, 2.5 MB/s 2024-02-23T00:18:03.139 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-23T00:18:03.197 DEBUG:teuthology.orchestra.run.smithi100:> stat /dev/nvme4n1 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout: File: /dev/nvme4n1 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout:Device: 6h/6d Inode: 207747 Links: 1 Device type: 103,4 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:03.255 INFO:teuthology.orchestra.run.smithi100.stdout:Access: 2024-02-23 00:16:39.565162612 +0000 2024-02-23T00:18:03.256 INFO:teuthology.orchestra.run.smithi100.stdout:Modify: 2024-02-23 00:14:49.852093384 +0000 2024-02-23T00:18:03.256 INFO:teuthology.orchestra.run.smithi100.stdout:Change: 2024-02-23 00:14:49.852093384 +0000 2024-02-23T00:18:03.256 INFO:teuthology.orchestra.run.smithi100.stdout: Birth: - 2024-02-23T00:18:03.256 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-23T00:18:03.321 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records in 2024-02-23T00:18:03.321 INFO:teuthology.orchestra.run.smithi100.stderr:1+0 records out 2024-02-23T00:18:03.321 INFO:teuthology.orchestra.run.smithi100.stderr:512 bytes copied, 0.000267579 s, 1.9 MB/s 2024-02-23T00:18:03.322 DEBUG:teuthology.orchestra.run.smithi100:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-23T00:18:03.380 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:18:03.380 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-02-23T00:18:03.399 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-23T00:18:03.399 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme1n1 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme1n1 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 208674 Links: 1 Device type: 103,1 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:17:41.255916531 +0000 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:14:51.134978206 +0000 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:14:51.134978206 +0000 2024-02-23T00:18:03.458 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:18:03.459 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-23T00:18:03.527 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:18:03.527 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:18:03.528 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000223226 s, 2.3 MB/s 2024-02-23T00:18:03.529 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-23T00:18:03.586 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme2n1 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme2n1 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 208723 Links: 1 Device type: 103,2 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:17:41.266916333 +0000 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:14:51.285975482 +0000 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:14:51.285975482 +0000 2024-02-23T00:18:03.645 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:18:03.646 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-23T00:18:03.712 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:18:03.713 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:18:03.713 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000239035 s, 2.1 MB/s 2024-02-23T00:18:03.715 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-23T00:18:03.772 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme3n1 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme3n1 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 208768 Links: 1 Device type: 103,3 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:17:41.276916153 +0000 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:14:51.441972668 +0000 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:14:51.441972668 +0000 2024-02-23T00:18:03.830 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:18:03.831 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-23T00:18:03.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:03 smithi144 conmon[43533]: audit 2024-02-23T00:18:02.555040+0000 mon.smithi100 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:03.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:03 smithi144 conmon[43533]: audit 2024-02-23T00:18:02.556294+0000 mon.smithi100 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:18:03.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:03 smithi144 conmon[43533]: cluster 2024-02-23T00:18:02.782398+0000 mgr.smithi100.rjsfuw (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:03.901 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:18:03.901 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:18:03.901 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000187303 s, 2.7 MB/s 2024-02-23T00:18:03.903 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-23T00:18:03.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:03 smithi100 conmon[37928]: audit 2024-02-23T00:18:02.555040+0000 mon.smithi100 (mon.0) 199 : audit [INF] 2024-02-23T00:18:03.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:03 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:03.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:03 smithi100 conmon[37928]: audit 2024-02-23T00:18:02.556294+0000 mon.smithi100 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:18:03.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:03 smithi100 conmon[37928]: cluster 2024-02-23T00:18:02.782398+0000 mgr.smithi100.rjsfuw (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:03.977 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme4n1 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme4n1 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 208846 Links: 1 Device type: 103,4 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-02-23 00:17:41.287915956 +0000 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-02-23 00:14:51.594969908 +0000 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-02-23 00:14:51.594969908 +0000 2024-02-23T00:18:04.042 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-02-23T00:18:04.043 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-23T00:18:04.117 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-02-23T00:18:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-02-23T00:18:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000275137 s, 1.9 MB/s 2024-02-23T00:18:04.118 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-23T00:18:04.182 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-23T00:18:05.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00:18:03.886780+0000 mon.smithi100 ( 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00:18:03.887661+0000 mon.smithi100 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00:18:03.888438+0000 mon.smithi100 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:03.889502+0000 mgr.smithi100.rjsfuw (mgr.14180) 28 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: cephadm 2024-02- 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 23T00:18:03.889761+0000 mgr.smithi100.rjsfuw (mgr.14180) 29 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00:18:03.911499+0000 mon.smithi100 (mon.0 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: ) 204 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: -02-23T00:18:03.923744+0000 mon.smithi100 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 18:03.945826+0000 mon.smithi100 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 2024-02-23T00:18:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 02-23T00:18:03.949454+0000 mon.smithi100 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: cephadm 2024-02-23T00 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: :18:03.953155+0000 mgr.smithi100.rjsfuw (mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi100 (unknown last config time)... 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: -23T00:18:03.953408+0000 mon.smithi100 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 18:03.954017+0000 mon.smithi100 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: T00:18:03.954608+0000 mon.smithi100 (mon.0) 210 : audit [DBG] 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 2024-02-23T00:18:03.955159+0000 mgr.smithi100.rjsfuw (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi100 on smithi100 2024-02-23T00:18:05.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:04 smithi144 conmon[43533]: 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:03.886780+0000 mon.smithi100 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 2024-02-23T00:18:03.887661+0000 mon.smithi100 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:03.888438+0000 mon.smithi100 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:03.889502+0000 mgr.smithi100.rjsfuw (mgr.14180) 28 : cephadm [INF] Updating smithi100:/etc/ceph/ceph.conf 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:03.889761+0000 mgr.smithi100.rjsfuw (mgr.14180) 29 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:03.911499+0000 mon.smithi100 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:03.923744+0000 mon.smithi100 (mon.0 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: ) 205 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:03.945826+0000 mon.smithi100 (mon.0) 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 206 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18 2024-02-23T00:18:05.083 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: :03.949454+0000 mon.smithi100 (mon.0) 207 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: cephadm 2024-02- 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 23T00:18:03.953155+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: mgr.14180) 30 : cephadm [INF] Reconfiguring mon.smithi100 (unknown last config time)... 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 2024-02-23T00:18:03.953408+0000 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: mon.smithi100 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 18:03.954017+0000 mon.smithi100 (mon.0) 209 : 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: audit 2024-02-23T 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 00:18:03.954608+0000 mon.smithi100 (mon.0) 2024-02-23T00:18:05.084 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 210 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:05.085 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: cephadm 2024- 2024-02-23T00:18:05.085 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: 02-23T00:18:03.955159+0000 mgr.smithi100.rjsfuw 2024-02-23T00:18:05.085 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:04 smithi100 conmon[37928]: (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mon.smithi100 on smithi100 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: cluster 2024-02-23T00:18:04.782664+0000 mgr.smithi100.rjsfuw (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.122165+0000 mon.smithi100 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:05.122747+0000 mgr.smithi100.rjsfuw (mgr.14180) 33 : cephadm [INF] Reconfiguring mgr.smithi100.rjsfuw (unknown last config time)... 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.123018+0000 mon.smithi100 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi100.rjsfuw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.123704+0000 mon.smithi100 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: audit 2024-02-23T00:18:05.124199+0000 mon.smithi100 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:06 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:05.124644+0000 mgr.smithi100.rjsfuw (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi100.rjsfuw on smithi100 2024-02-23T00:18:06.289 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled osd.all-available-devices update... 2024-02-23T00:18:06.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: cluster 2024-02-23T00:18:04.782664+0000 mgr.smithi100.rjsfuw (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: audit 2024-02-23T00:18:05.122165+0000 mon.smithi100 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:05.122747+0000 mgr.smithi100.rjsfuw (mgr.14180) 33 : cephadm [INF] Reconfiguring mgr.smithi100.rjsfuw (unknown last config time)... 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: audit 2024-02-23T00:18:05.123018+0000 mon.smithi100 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi100.rjsfuw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: audit 2024-02-23T00:18:05.123704+0000 mon.smithi100 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: audit 2024-02-23T00:18:05.124199+0000 mon.smithi100 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:05.124644+0000 mgr.smithi100.rjsfuw (mgr.14180) 34 : cephadm [INF] 2024-02-23T00:18:06.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:06 smithi144 conmon[43533]: Reconfiguring daemon mgr.smithi100.rjsfuw on smithi100 2024-02-23T00:18:06.939 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-23T00:18:06.940 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: audit 2024-02-23T00:18:06.281040+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:18:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: ) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:18:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:06.282954+0000 mgr.smithi100.rjsfuw (mgr.14180) 36 : cephadm [INF] Marking host: smithi100 for OSDSpec preview refresh. 2024-02-23T00:18:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:06.283008+0000 mgr.smithi100.rjsfuw (mgr.14180) 37 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-02-23T00:18:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:06.283267+0000 mgr.smithi100.rjsfuw (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-23T00:18:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: audit 2024-02-23T00:18:06.286865+0000 mon.smithi100 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: audit 2024-02-23T00:18:06.335018+0000 mon.smithi100 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:06.335683+0000 mgr.smithi100.rjsfuw (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi100 (dependencies changed)... 2024-02-23T00:18:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:07 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:06.341535+0000 mgr.smithi100.rjsfuw (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi100 on smithi100 2024-02-23T00:18:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: audit 2024-02-23T00:18:06.281040+0000 mgr.smithi100.rjsfuw (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:18:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:06.282954+0000 mgr.smithi100.rjsfuw (mgr.14180) 36 : cephadm [INF] Marking host: smithi100 for OSDSpec preview refresh. 2024-02-23T00:18:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:06.283008+0000 mgr.smithi100.rjsfuw (mgr.14180) 37 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-02-23T00:18:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:06.283267+0000 mgr.smithi100.rjsfuw (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-23T00:18:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: audit 2024-02-23T00:18:06.286865+0000 mon.smithi100 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: audit 2024-02-23T00:18:06.335018+0000 mon.smithi100 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:06.335683+0000 mgr.smithi100.rjsfuw (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi100 (dependencies changed)... 2024-02-23T00:18:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:07 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:06.341535+0000 mgr.smithi100.rjsfuw (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi100 on smithi100 2024-02-23T00:18:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:08 smithi100 conmon[37928]: cluster 2024-02-23T00:18:06.782950+0000 mgr.smithi100.rjsfuw (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:08 smithi144 conmon[43533]: cluster 2024-02-23T00:18:06.782950+0000 mgr.smithi100.rjsfuw (mgr.14180) 41 : 2024-02-23T00:18:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:08 smithi144 conmon[43533]: cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:09.819 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:10 smithi100 conmon[37928]: cluster 2024-02-23T00:18:08.783258+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:18:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:10 smithi100 conmon[37928]: 14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:10 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:18:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:10 smithi100 conmon[37928]: 02-23T00:18:09.818518+0000 mon.smithi100 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.100:0/813647883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:10.738 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:10 smithi144 conmon[43533]: cluster 2024-02-23T00:18:08.783258+0000 mgr.smithi100.rjsfuw (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:10 smithi144 conmon[43533]: audit 2024-02-23T00:18:09.818518+0000 mon.smithi100 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.100:0/813647883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:11.740 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:12.632 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:12 smithi100 conmon[37928]: cluster 2024-02-23T00:18:10.783506+0000 mgr.smithi100.rjsfuw (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:12.632 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:12 smithi100 conmon[37928]: audit 2024-02-23T00:18:11.609719+0000 mon.smithi100 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:12.632 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:12 smithi100 conmon[37928]: audit 2024-02-23T00:18:11.610590+0000 mon.smithi100 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:18:12.632 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:12 smithi100 conmon[37928]: audit 2024-02-23T00:18:11.611181+0000 mon.smithi100 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:12 smithi144 conmon[43533]: cluster 2024-02-23T00:18:10.783506+0000 mgr.smithi100.rjsfuw (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:12 smithi144 conmon[43533]: audit 2024-02-23T00:18:11 2024-02-23T00:18:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:12 smithi144 conmon[43533]: .609719+0000 mon.smithi100 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:12 smithi144 conmon[43533]: audit 2024-02-23T00:18:11.610590+0000 mon.smithi100 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi100", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:18:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:12 smithi144 conmon[43533]: audit 2024-02-23T00:18:11.611181+0000 mon.smithi100 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:13.642 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:13 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:11.610311+0000 mgr.smithi100.rjsfuw (mgr.14180) 44 : cephadm 2024-02-23T00:18:13.642 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:13 smithi100 conmon[37928]: [INF] Reconfiguring crash.smithi100 (monmap changed)... 2024-02-23T00:18:13.642 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:13 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:11.611620+0000 mgr.smithi100.rjsfuw (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi100 on smithi100 2024-02-23T00:18:13.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:13 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:11.610311+0000 mgr.smithi100.rjsfuw (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi100 (monmap changed)... 2024-02-23T00:18:13.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:13 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:11.611620+0000 mgr.smithi100.rjsfuw (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi100 on smithi100 2024-02-23T00:18:13.997 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:14.607 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:14 smithi100 conmon[37928]: cluster 2024-02-23T00:18:12.783935+0000 mgr.smithi100.rjsfuw (mgr.14180) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:14.608 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:14 smithi100 conmon[37928]: audit 2024-02-23T00:18:13.516154+0000 mon.smithi100 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:14.608 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:14 smithi100 conmon[37928]: audit 2024-02-23T00:18:13.996038+0000 mon.smithi100 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.100:0/2643167220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:14 smithi144 conmon[43533]: cluster 2024-02-23T00:18:12.783935+0000 mgr.smithi100.rjsfuw (mgr.14180) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:14 smithi144 conmon[43533]: audit 2024-02-23T00:18:13.516154+0000 mon.smithi100 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:14 smithi144 conmon[43533]: audit 2024-02-23T00:18:13.996038 2024-02-23T00:18:14.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:14 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.100:0/2643167220' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:15.040 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:15.511 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:15 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:13.516787+0000 mgr.smithi100.rjsfuw (mgr.14180) 47 2024-02-23T00:18:15.511 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:15 smithi100 conmon[37928]: : cephadm [INF] Reconfiguring grafana.smithi100 (dependencies changed)... 2024-02-23T00:18:15.511 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:15 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:13.547135+0000 mgr.smithi100.rjsfuw (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi100 on smithi100 2024-02-23T00:18:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:15 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:13.516787+0000 mgr.smithi100.rjsfuw (mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi100 (dependencies changed)... 2024-02-23T00:18:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:15 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:15 smithi144 conmon[43533]: 2024-02-23T00:18:13.547135+0000 mgr.smithi100.rjsfuw (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi100 on smithi100 2024-02-23T00:18:16.040 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:16.651 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:16 smithi100 conmon[37928]: cluster 2024-02-23T00:18:14.784313+0000 mgr.smithi100.rjsfuw (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:16 smithi144 conmon[43533]: cluster 2024-02-23T00:18:14.784313+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:18:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:16 smithi144 conmon[43533]: .14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:18.319 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:18 smithi100 conmon[37928]: cluster 2024-02-23T00:18:16.784530+0000 2024-02-23T00:18:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:18 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:18 smithi100 conmon[37928]: audit 2024-02-23T00:18:18.317961+0000 mon.smithi100 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.100:0/303646947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:18 smithi144 conmon[43533]: cluster 2024-02-23T00:18:16.784530+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:18:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:18 smithi144 conmon[43533]: mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:18 smithi144 conmon[43533]: audit 2024-02-23T00:18:18.317961 2024-02-23T00:18:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:18 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.100:0/303646947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:19.176 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:20.177 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:19 smithi100 conmon[37928]: cluster 2024-02-23T00:18:18.784766+0000 mgr.smithi100.rjsfuw (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:19 smithi100 conmon[37928]: audit 2024-02-23T00:18:18.892413+0000 mon.smithi100 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:19 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:18.893124+0000 mgr.smithi100.rjsfuw (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi100 (dependencies changed)... 2024-02-23T00:18:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:19 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:18.897202+0000 mgr.smithi100.rjsfuw (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi100 on smithi100 2024-02-23T00:18:20.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: cluster 2024-02-23T00:18:18.784766+0000 mgr.smithi100.rjsfuw (mgr.14180) 51 : cluster 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: audit 2024-02-23T00:18:18.892413+0000 mon.smithi100 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:18.893124+0000 mgr.smithi100.rjsfuw (mgr.14180) 52 : cephadm [INF] 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: Reconfiguring prometheus.smithi100 (dependencies changed)... 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:18 2024-02-23T00:18:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:19 smithi144 conmon[43533]: .897202+0000 mgr.smithi100.rjsfuw (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi100 on smithi100 2024-02-23T00:18:22.152 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:21 smithi100 conmon[37928]: cluster 2024-02-23T00:18:20.785000+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:18:22.152 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:21 smithi100 conmon[37928]: .14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:22.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:21 smithi144 conmon[43533]: cluster 2024-02-23T00:18:20.785000+0000 mgr.smithi100.rjsfuw (mgr.14180) 54 : cluster 2024-02-23T00:18:22.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:21 smithi144 conmon[43533]: [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:23.184 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:23.878 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:24.110 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:23 smithi100 conmon[37928]: cluster 2024-02-23T00:18:22.785230+0000 mgr.smithi100.rjsfuw (mgr.14180) 55 : 2024-02-23T00:18:24.110 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:23 smithi100 conmon[37928]: cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:24.111 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:23 smithi100 conmon[37928]: audit 2024-02-23T00:18:23.182956+0000 mon.smithi100 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.100:0/2044468864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:23 smithi144 conmon[43533]: cluster 2024-02-23T00:18:22.785230+0000 mgr.smithi100.rjsfuw (mgr.14180) 55 : cluster 2024-02-23T00:18:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:23 smithi144 conmon[43533]: [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:23 smithi144 conmon[43533]: audit 2024-02-23T00:18:23.182956+0000 mon.smithi100 (mon.0) 225 : 2024-02-23T00:18:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:23 smithi144 conmon[43533]: audit [DBG] from='client.? 172.21.15.100:0/2044468864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:24.880 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:25.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:25 smithi100 conmon[37928]: audit 2024-02-23T00:18:24.002677+0000 mon.smithi100 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:25.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:25 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:24.003209+0000 mgr.smithi100.rjsfuw (mgr.14180) 56 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-02-23T00:18:25.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:25 smithi100 conmon[37928]: audit 2024-02-23T00:18:24.003436+0000 mon.smithi100 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:18:25.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:25 smithi100 conmon[37928]: audit 2024-02-23T00:18:24.004139+0000 mon.smithi100 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:25.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:25 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:24.004601+0000 mgr.smithi100.rjsfuw (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-02-23T00:18:25.211 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:25 smithi144 conmon[43533]: audit 2024-02-23T00:18:24.002677+0000 mon.smithi100 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:25.211 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:25 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:24.003209+0000 mgr.smithi100.rjsfuw (mgr.14180) 56 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-02-23T00:18:25.212 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:25 smithi144 conmon[43533]: audit 2024-02-23T00:18:24.003436+0000 mon.smithi100 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-23T00:18:25.212 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:25 smithi144 conmon[43533]: audit 2024-02-23T00:18:24.004139+0000 mon.smithi100 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:25.212 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:25 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:24.004601+0000 mgr.smithi100.rjsfuw (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-02-23T00:18:26.447 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: cluster 2024-02-23T00:18:24.785560+0000 mgr.smithi100.rjsfuw (mgr.14180) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:26.447 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: audit 2024-02-23T00:18:25.250680+0000 mon.smithi100 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:26.447 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:25.251219+0000 mgr.smithi100.rjsfuw (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi144.hkyxro (monmap changed)... 2024-02-23T00:18:26.447 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: audit 2024-02-23T00:18:25.251435+0000 mon.smithi100 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.hkyxro", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:18:26.448 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: audit 2024-02-23T00:18:25.252144+0000 mon.smithi100 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:18:26.448 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: audit 2024-02-23T00:18:25.252616+0000 mon.smithi100 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:26.448 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:26 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:25.253047+0000 mgr.smithi100.rjsfuw (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi144.hkyxro on smithi144 2024-02-23T00:18:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: cluster 2024-02-23T00:18:24.785560+0000 mgr.smithi100.rjsfuw (mgr.14180) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: audit 2024-02-23T00:18:25.250680+0000 mon.smithi100 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:25.251219+0000 mgr.smithi100.rjsfuw (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi144.hkyxro (monmap changed)... 2024-02-23T00:18:26.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: audit 2024-02-23T00:18:25.251435+0000 mon.smithi100 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.hkyxro", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-23T00:18:26.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: audit 2024-02-23T00:18:25.252144+0000 mon.smithi100 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-23T00:18:26.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: audit 2024-02-23T00:18:25.252616+0000 mon.smithi100 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:26.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:26 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:25.253047+0000 mgr.smithi100.rjsfuw (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi144.hkyxro on smithi144 2024-02-23T00:18:26.754 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:27.437 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: audit 2024-02-23T00:18:26.382066+0000 mon.smithi100 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: 2024-02-23T00:18:26.382584+0000 mgr.smithi100.rjsfuw (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-02-23T00:18:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: audit 2024-02-23T00:18:26.382799+0000 mon.smithi100 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: audit 2024-02-23T00:18:26.383380+0000 mon.smithi100 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: audit 2024-02-23T00:18:26.383902+0000 mon.smithi100 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:26 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: .384359+0000 mgr.smithi100.rjsfuw (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: -02-23T00:18:26.754077 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 237 : audit [DBG] 2024-02-23T00:18:27.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:27 smithi144 conmon[43533]: from='client.? 172.21.15.100:0/3820251389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: audit 2024-02-23T00:18:26.382066+0000 mon.smithi100 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:26.382584+0000 mgr.smithi100.rjsfuw (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi144 (monmap changed)... 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: audit 2024-02-23T00:18:26.382799+0000 mon.smithi100 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: audit 2024-02-23T00:18:26.383380+0000 mon.smithi100 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: audit 2024-02-23T00:18:26.383902+0000 mon.smithi100 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:27.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:26.384359+0000 mgr.smithi100.rjsfuw (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-02-23T00:18:27.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:27 smithi100 conmon[37928]: audit 2024-02-23T00:18:26.754077+0000 mon.smithi100 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.100:0/3820251389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:28.438 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: cluster 2024-02-23T00:18:26.785889+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 14180) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.581860+0000 mon.smithi100 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: T00:18:27.584393+0000 mon.smithi100 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 18:27.585572+0000 mon.smithi100 (mon.0) 240 2024-02-23T00:18:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100:9093"}]: dispatch 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: -23T00:18:27.589288+0000 mon.smithi100 ( 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 2024-02-23T00 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: :18:27.593732+0000 mon.smithi100 (mon.0) 242 : 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: -23T00:18:27.599188+0000 mon.smithi100 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi100:3000"}]: dispatch 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: -23T00:18:27.602937+0000 mon.smithi100 (mon 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: .0) 244 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024 2024-02-23T00:18:28.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: -02-23T00:18:27.606670+0000 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: mon.smithi100 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 2024-02-23T00:18:27.610624 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 246 : audit [INF] 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi100:9095"}]: dispatch 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 23T00:18:27.614674+0000 mon.smithi100 (mon. 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 0) 247 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: audit 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: 2024-02-23T00:18:27.616211+0000 2024-02-23T00:18:28.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:28 smithi100 conmon[37928]: mon.smithi100 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:18:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: cluster 2024-02-23T00:18:26.785889+0000 mgr.smithi100.rjsfuw (mgr.14180) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.581860+0000 mon.smithi100 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.584393+0000 mon.smithi100 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.585572+0000 mon.smithi100 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100:9093"}]: dispatch 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.589288+0000 mon.smithi100 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 02-23T00:18:27.593732+0000 mon.smithi100 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: -02-23T00:18:27.599188+0000 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: mon.smithi100 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi100:3000"}]: dispatch 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00:18: 2024-02-23T00:18:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 27.602937+0000 mon.smithi100 (mon.0) 244 : audit 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 00:18:27.606670+0000 mon.smithi100 (mon.0 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: ) 245 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: -02-23T00:18:27.610624+0000 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: mon.smithi100 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi100:9095"}]: dispatch 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 18:27.614674+0000 mon.smithi100 (mon.0) 247 : audit 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: 00:18:27.616211+0000 mon.smithi100 (mon.0 2024-02-23T00:18:28.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:28 smithi144 conmon[43533]: ) 248 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.584728+0000 mgr.smithi100.rjsfuw (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.585811+0000 mgr.smithi100.rjsfuw (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100:9093"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.594086+0000 mgr.smithi100.rjsfuw (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.599466+0000 mgr.smithi100.rjsfuw (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi100:3000"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.607094+0000 mgr.smithi100.rjsfuw (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:27.610921+0000 mgr.smithi100.rjsfuw (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi100:9095"}]: dispatch 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:28.957678+0000 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: mon.smithi100 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:29.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:29 smithi100 conmon[37928]: audit 2024-02-23T00:18:28.961755+0000 mon.smithi100 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:29.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.584728+0000 mgr.smithi100.rjsfuw (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.585811+0000 mgr.smithi100.rjsfuw (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi100:9093"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.594086+0000 mgr.smithi100.rjsfuw (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23T00:18:27.599466+0000 mgr.smithi100.rjsfuw (mgr.14180) 67 : audit 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi100:3000"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: T00:18:27.607094+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: 14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: 02-23T00:18:27.610921+0000 mgr.smithi100.rjsfuw 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi100:9095"}]: dispatch 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02-23T00:18:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: 2024-02-23T00:18:28.957678+0000 2024-02-23T00:18:29.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: mon.smithi100 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:29.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:18:29.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: 23T00:18:28.961755+0000 mon.smithi100 (mon.0) 250 2024-02-23T00:18:29.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:29 smithi144 conmon[43533]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:30.616 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:30 smithi100 conmon[37928]: cluster 2024-02-23T00:18:28.786161+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:18:30.617 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:30 smithi100 conmon[37928]: 14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:30.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:30 smithi144 conmon[43533]: cluster 2024-02-23T00:18:28.786161+0000 mgr.smithi100.rjsfuw (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:30.996 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:31 smithi100 conmon[37928]: audit 2024-02-23T00:18:30.995304+0000 mon.smithi100 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.100:0/3213467076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:31 smithi144 conmon[43533]: audit 2024-02-23T00:18:30.995304+0000 mon.smithi100 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.100:0/3213467076' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:31.864 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:32 smithi100 conmon[37928]: cluster 2024-02-23T00:18:30.786421+0000 mgr.smithi100.rjsfuw (mgr.14180) 71 : cluster 2024-02-23T00:18:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:32 smithi100 conmon[37928]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:32 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.257400+0000 mon.smithi100 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:32 smithi144 conmon[43533]: cluster 2024-02-23T00:18:30.786421+0000 mgr.smithi100.rjsfuw (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:32 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.257400+0000 mon.smithi100 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:32.865 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.560023+0000 mon.smithi100 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.560745+0000 mon.smithi100 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.561287+0000 mon.smithi100 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.564538+0000 mon.smithi100 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.567846+0000 mon.smithi100 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.570383+0000 mon.smithi100 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.571378+0000 mon.smithi100 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.571595+0000 mon.smithi100 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: audit 2024-02-23T00:18:32.571982+0000 mon.smithi100 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:33 smithi100 conmon[37928]: cluster 2024-02-23T00:18:32.786645+0000 mgr.smithi100.rjsfuw (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.560023+0000 mon.smithi100 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.560745+0000 mon.smithi100 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.561287+0000 mon.smithi100 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.564538+0000 mon.smithi100 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.567846+0000 mon.smithi100 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.570383+0000 mon.smithi100 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.571378+0000 mon.smithi100 (mon.0) 259 : audit 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.571595+0000 mon.smithi100 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: audit 2024-02-23T00:18:32.571982+0000 mon.smithi100 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: cluster 2024-02-23T00:18:32.786645+0000 2024-02-23T00:18:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:33 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:35.194 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:35.931 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-23T00:18:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: cluster 2024-02-23T00:18:34.786898+0000 mgr.smithi100.rjsfuw (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: audit 2024-02-23T00:18:35.193602+0000 mon.smithi100 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.100:0/2515193346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: audit 2024-02-23T00:18:35.301630+0000 mon.smithi144 (mon.1) 2 : audit [INF] from='client.? 172.21.15.144:0/753633041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]: dispatch 2024-02-23T00:18:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: audit 2024-02-23T00:18:35.302019+0000 mon.smithi100 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]: dispatch 2024-02-23T00:18:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: audit 2024-02-23T00:18:35.306285+0000 mon.smithi100 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]': finished 2024-02-23T00:18:36.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: cluster 2024-02-23T00:18:35.306331+0000 mon.smithi100 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-23T00:18:36.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:35 smithi100 conmon[37928]: audit 2024-02-23T00:18:35.306420+0000 mon.smithi100 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:36.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: cluster 2024-02-23T00:18:34.786898+0000 mgr.smithi100.rjsfuw (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: audit 2024-02-23T00:18:35.193602+0000 mon.smithi100 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.100:0/2515193346' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: audit 2024-02-23T00:18:35.301630+0000 mon.smithi144 (mon.1) 2 : audit [INF] from='client.? 172.21.15.144:0/753633041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]: dispatch 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: audit 2024-02-23T00:18:35.302019+0000 mon.smithi100 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]: dispatch 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: audit 2024-02-23T00:18:35.306285+0000 mon.smithi100 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4f4da88-4396-4002-a181-5f1a6d3463a9"}]': finished 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: cluster 2024-02-23T00:18:35.306331+0000 mon.smithi100 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-23T00:18:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:35 smithi144 conmon[43533]: audit 2024-02-23T00:18:35.306420+0000 mon.smithi100 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:36.933 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:37.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: audit 2024-02-23T00:18:36.216719+0000 mon.smithi100 (mon.0) 267 : audit [INF] from='client.? 172.21.15.100:0/1938719529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f024f094-8065-42c8-992c-bbc0f4e8ba1f"}]: dispatch 2024-02-23T00:18:37.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: audit 2024-02-23T00:18:36.220587+0000 mon.smithi100 (mon.0) 268 : audit [INF] from='client.? 172.21.15.100:0/1938719529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f024f094-8065-42c8-992c-bbc0f4e8ba1f"}]': finished 2024-02-23T00:18:37.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: cluster 2024-02-23T00:18:36.220639+0000 mon.smithi100 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-23T00:18:37.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: audit 2024-02-23T00:18:36.220769+0000 mon.smithi100 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:37.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: audit 2024-02-23T00:18:36.221012+0000 mon.smithi100 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:37.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:36 smithi100 conmon[37928]: audit 2024-02-23T00:18:36.602556+0000 mon.smithi144 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.144:0/1321538334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:37.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: audit 2024-02-23T00:18:36.216719+0000 mon.smithi100 (mon.0) 267 : audit [INF] from='client.? 172.21.15.100:0/1938719529' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f024f094-8065-42c8-992c-bbc0f4e8ba1f"}]: dispatch 2024-02-23T00:18:37.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: audit 2024-02-23T00:18:36.220587+0000 mon.smithi100 (mon.0) 268 : audit [INF] from='client.? 172.21.15.100:0/1938719529' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f024f094-8065-42c8-992c-bbc0f4e8ba1f"}]': finished 2024-02-23T00:18:37.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: cluster 2024-02-23T00:18:36.220639+0000 mon.smithi100 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-23T00:18:37.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: audit 2024-02-23T00:18:36.220769+0000 mon.smithi100 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:37.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: audit 2024-02-23T00:18:36.221012+0000 mon.smithi100 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:37.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:36 smithi144 conmon[43533]: audit 2024-02-23T00:18:36.602556+0000 mon.smithi144 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.144:0/1321538334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:38.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:38 smithi144 conmon[43533]: cluster 2024-02-23T00:18:36.787166+0000 mgr.smithi100.rjsfuw (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:38.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:38 smithi144 conmon[43533]: audit 2024-02-23T00:18:37.559808+0000 mon.smithi100 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.100:0/1038218226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:38.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:38 smithi100 conmon[37928]: cluster 2024-02-23T00:18:36.787166+0000 mgr.smithi100.rjsfuw (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:38.530 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:38 smithi100 conmon[37928]: audit 2024-02-23T00:18:37.559808+0000 mon.smithi100 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.100:0/1038218226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:38.932 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:38.931444+0000 mon.smithi100 (mon.0) 273 : audit 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: [DBG] from='client.? 172.21.15.100:0/1616870607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:39.119531+0000 mon.smithi144 (mon.1) 4 : audit [INF] from='client.? 172.21.15.144:0/2890046068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]: dispatch 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:39.119969+0000 mon.smithi100 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]: dispatch 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:39.125914+0000 mon.smithi100 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]': finished 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: cluster 2024-02-23T00:18:39.125957+0000 mon.smithi100 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18: 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: 39.126033+0000 mon.smithi100 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:39.126366+0000 mon.smithi100 (mon. 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: 0) 278 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: audit 2024-02-23T00:18:39.126565+0000 mon.smithi100 (mon.0) 279 2024-02-23T00:18:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:39 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:39.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:38.931444+0000 mon.smithi100 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.100:0/1616870607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:39.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.119531+0000 mon.smithi144 (mon.1) 4 : audit [INF] from='client.? 172.21.15.144:0/2890046068' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]: dispatch 2024-02-23T00:18:39.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.119969+0000 mon.smithi100 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]: dispatch 2024-02-23T00:18:39.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.125914+0000 mon.smithi100 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "66aeacc9-371d-4232-aaa5-06644be9697b"}]': finished 2024-02-23T00:18:39.541 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: cluster 2024-02-23T00:18:39.125957+0000 mon.smithi100 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-23T00:18:39.542 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.126033+0000 mon.smithi100 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:39.542 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.126366+0000 mon.smithi100 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:39.542 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:39 smithi100 conmon[37928]: audit 2024-02-23T00:18:39.126565+0000 mon.smithi100 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:39.558 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708647516,"num_remapped_pgs":0} 2024-02-23T00:18:40.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: cluster 2024-02-23T00:18:38 2024-02-23T00:18:40.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: .787352+0000 mgr.smithi100.rjsfuw (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:40.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024-02-23T00:18:40.064663+0000 mon.smithi100 (mon.0) 280 : audit [INF] from='client.? 172.21.15.100:0/1438513900' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "529c8da2-fa70-4516-ba7c-be206a7ac434"}]: dispatch 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024-02-23T00:18:40.068636+0000 mon.smithi100 (mon.0) 281 : audit [INF] from='client.? 172.21.15.100:0/1438513900' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "529c8da2-fa70-4516-ba7c-be206a7ac434"}]': finished 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: cluster 2024-02-23T00:18:40.068673+0000 mon.smithi100 (mon.0) 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: 02-23T00:18:40.068775+0000 mon.smithi100 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: -23T00:18:40.069040+0000 mon.smithi100 ( 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: -02-23T00:18:40.069208+0000 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: mon.smithi100 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: audit 2024-02-23T00:18:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: 2024-02- 2024-02-23T00:18:40.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: 23T00:18:40.069368+0000 mon.smithi100 ( 2024-02-23T00:18:40.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:40 smithi100 conmon[37928]: mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: cluster 2024-02-23T00:18:38.787352+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: .14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02-23T00:18:40.064663+0000 mon.smithi100 (mon.0) 280 : audit [INF] from='client.? 172.21.15.100:0/1438513900' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "529c8da2-fa70-4516-ba7c-be206a7ac434"}]: dispatch 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02-23T00:18:40.068636+0000 mon.smithi100 (mon.0) 281 : audit [INF] from='client.? 172.21.15.100:0/1438513900' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "529c8da2-fa70-4516-ba7c-be206a7ac434"}]': finished 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: cluster 2024-02-23T00:18:40.068673+0000 mon.smithi100 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02-23T00:18:40.068775+0000 mon.smithi100 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: -23T00:18:40.069040+0000 mon.smithi100 (mon 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: .0) 284 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: 00:18:40.069208+0000 mon.smithi100 (mon.0) 285 : audit 2024-02-23T00:18:40.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:40.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: audit 2024-02-23T00:18 2024-02-23T00:18:40.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: :40.069368+0000 mon.smithi100 (mon.0) 286 : audit [DBG] 2024-02-23T00:18:40.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:40 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:40.559 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:41 smithi100 conmon[37928]: audit 2024-02-23T00:18:40.420079+0000 mon.smithi144 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.144:0/2649186491' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:41 smithi144 conmon[43533]: audit 2024-02-23T00:18:40.420079+0000 mon.smithi144 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.144:0/2649186491' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:42.307 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:42 smithi100 conmon[37928]: cluster 2024-02-23T00:18:40.787597+0000 mgr.smithi100.rjsfuw (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:42.308 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:42 smithi100 conmon[37928]: audit 2024-02-23T00:18:41.500588+0000 mon.smithi100 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.100:0/1135771617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:42 smithi144 conmon[43533]: cluster 2024-02-23T00:18:40.787597+0000 mgr.smithi100.rjsfuw (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:42 smithi144 conmon[43533]: audit 2024-02-23T00:18:41.500588+0000 mon.smithi100 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.100:0/1135771617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:42.660 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:43.332 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1708647520,"num_remapped_pgs":0} 2024-02-23T00:18:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.659271+0000 mon.smithi100 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.100:0/3684912735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: 2024-02-23T00:18:42.938414+0000 mon.smithi144 (mon.1) 6 : audit [INF] from='client.? 172.21.15.144:0/935512445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.938804+0000 mon.smithi100 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.944616+0000 mon.smithi100 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]': finished 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: cluster 2024-02-23T00:18:42.944658+0000 mon.smithi100 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.944745+0000 mon.smithi100 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.944977+0000 mon.smithi100 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.945102+0000 mon.smithi100 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.945236+0000 mon.smithi100 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:43.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:43 smithi144 conmon[43533]: audit 2024-02-23T00:18:42.945355+0000 mon.smithi100 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.659271+0000 mon.smithi100 (mon.0) 288 2024-02-23T00:18:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: : audit [DBG] from='client.? 172.21.15.100:0/3684912735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.938414+0000 mon.smithi144 (mon.1) 6 : audit [INF] from='client.? 172.21.15.144:0/935512445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.938804+0000 mon.smithi100 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.944616+0000 mon.smithi100 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3980dfc2-915a-4f4e-bf67-7e1a00238671"}]': finished 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: cluster 2024-02-23T00:18:42.944658+0000 mon.smithi100 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.944745+0000 mon.smithi100 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.944977+0000 mon.smithi100 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.945102+0000 mon.smithi100 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.945236+0000 mon.smithi100 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:43 smithi100 conmon[37928]: audit 2024-02-23T00:18:42.945355+0000 mon.smithi100 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:44.333 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: cluster 2024-02-23T00:18:42.788107+0000 mgr.smithi100.rjsfuw (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.023592+0000 mon.smithi100 (mon.0) 297 : audit [INF] from='client.? 172.21.15.100:0/4176542813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0888d247-b16d-4f42-84f5-0bc60ee4b3d4"}]: dispatch 2024-02-23T00:18:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.027238+0000 mon.smithi100 (mon.0) 298 : audit [INF] from='client.? 172.21.15.100:0/4176542813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0888d247-b16d-4f42-84f5-0bc60ee4b3d4"}]': finished 2024-02-23T00:18:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: cluster 2024-02-23T00:18:44.027300+0000 mon.smithi100 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.027420+0000 mon.smithi100 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.027663+0000 mon.smithi100 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: 02-23T00:18:44.027822+0000 mon.smithi100 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.027985+0000 mon.smithi100 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.028149+0000 mon.smithi100 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.028300+0000 mon.smithi100 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:44.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:44 smithi100 conmon[37928]: audit 2024-02-23T00:18:44.172411+0000 mon.smithi144 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.144:0/2628736315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:44.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: cluster 2024-02-23T00:18:42.788107+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23T00:18:44.023592+0000 mon.smithi100 (mon. 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 0) 297 : audit [INF] from='client.? 172.21.15.100:0/4176542813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0888d247-b16d-4f42-84f5-0bc60ee4b3d4"}]: dispatch 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 2024-02-23T00:18:44.027238+0000 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: mon.smithi100 (mon.0) 298 : audit [INF] from='client.? 172.21.15.100:0/4176542813' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0888d247-b16d-4f42-84f5-0bc60ee4b3d4"}]': finished 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: cluster 2024-02-23T00:18 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: :44.027300+0000 mon.smithi100 (mon.0) 299 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-23T00:18:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: T00:18:44.027420+0000 mon.smithi100 (mon.0) 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 300 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23T00:18:44.027663+0000 mon.smithi100 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: -02-23T00:18:44.027822+0000 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: mon.smithi100 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23T00:18 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: :44.027985+0000 mon.smithi100 (mon.0) 303 : 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: -23T00:18:44.028149+0000 mon.smithi100 ( 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:44.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02-23T00:18:44.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 2024-02-23T00:18:44.028300+0000 2024-02-23T00:18:44.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: mon.smithi100 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:44.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:18:44.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: 23T00:18:44.172411+0000 mon.smithi144 (mon.1) 7 : 2024-02-23T00:18:44.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:44 smithi144 conmon[43533]: audit [DBG] from='client.? 172.21.15.144:0/2628736315' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:46.324 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:46 smithi144 conmon[43533]: cluster 2024-02-23T00:18:44.788395+0000 mgr.smithi100.rjsfuw (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:46 smithi144 conmon[43533]: audit 2024-02-23T00:18:45.534179+0000 mon.smithi100 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.100:0/238842896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:46.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:46 smithi100 conmon[37928]: cluster 2024-02-23T00:18:44.788395+0000 mgr.smithi100.rjsfuw (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:46.518 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:46 smithi100 conmon[37928]: audit 2024-02-23T00:18:45.534179+0000 mon.smithi100 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.100:0/238842896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:47.031 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1708647524,"num_remapped_pgs":0} 2024-02-23T00:18:47.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.322718+0000 mon.smithi100 (mon.0) 307 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: : audit [DBG] from='client.? 172.21.15.100:0/1808721885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.708494+0000 mon.smithi144 (mon.1) 8 : audit [INF] from='client.? 172.21.15.144:0/3708384366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.709008+0000 mon.smithi100 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.714864+0000 mon.smithi100 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]': finished 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: cluster 2024-02-23T00:18:46.714907+0000 mon.smithi100 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715018+0000 mon.smithi100 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715261+0000 mon.smithi100 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715389+0000 mon.smithi100 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715533+0000 mon.smithi100 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715679+0000 mon.smithi100 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: .715814+0000 mon.smithi100 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:47 smithi100 conmon[37928]: audit 2024-02-23T00:18:46.715947+0000 mon.smithi100 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:18:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.322718+0000 mon.smithi100 (mon 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: .0) 307 : audit [DBG] from='client.? 172.21.15.100:0/1808721885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.708494+0000 mon.smithi144 (mon.1) 8 : audit [INF] from='client.? 172.21.15.144:0/3708384366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.709008+0000 mon.smithi100 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.714864+0000 mon.smithi100 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "409a5751-e730-45f1-a6db-e240d61ee130"}]': finished 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: cluster 2024-02-23T00:18:46.714907+0000 mon.smithi100 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.715018+0000 mon.smithi100 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.715261+0000 mon.smithi100 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.715389+0000 mon.smithi100 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:47.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: 23T00:18:46.715533+0000 mon.smithi100 (mon.0) 314 : audit [DBG] 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.715679+0000 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: mon.smithi100 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:46.715814+0000 mon.smithi100 (mon.0) 316 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: audit 2024-02-23T00:18:47.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:47 smithi144 conmon[43533]: 2024-02-23T00:18:46.715947+0000 mon.smithi100 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:18:48.033 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:48.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: cluster 2024-02-23T00:18:46.788710+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: mgr.14180) 79 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:47.981881+0000 mon.smithi144 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.144:0/83061998' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.060642+0000 mon.smithi100 (mon.0) 318 : audit [INF] from='client.? 172.21.15.100:0/3769372160' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6"}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069010+0000 mon.smithi100 (mon.0) 319 : audit [INF] from='client.? 172.21.15.100:0/3769372160' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6"}]': finished 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: cluster 2024-02-23T00:18:48.069067+0000 mon.smithi100 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069175+0000 mon.smithi100 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069530+0000 mon.smithi100 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069684+0000 mon.smithi100 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069822+0000 mon.smithi100 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.069946+0000 mon.smithi100 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.070067+0000 mon.smithi100 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.070198+0000 mon.smithi100 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:18:48.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:48 smithi100 conmon[37928]: audit 2024-02-23T00:18:48.070321+0000 mon.smithi100 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: cluster 2024-02-23T00:18:46.788710+0000 mgr.smithi100.rjsfuw (mgr.14180) 79 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:47.981881+0000 mon.smithi144 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.144:0/83061998' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.060642+0000 mon.smithi100 (mon.0) 318 : audit [INF] from='client.? 172.21.15.100:0/3769372160' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6"}]: dispatch 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.069010+0000 mon.smithi100 (mon.0) 319 : audit [INF] from='client.? 172.21.15.100:0/3769372160' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6"}]': finished 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: cluster 2024-02-23T00:18:48.069067+0000 mon.smithi100 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.069175+0000 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: mon.smithi100 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.069530+0000 mon.smithi100 (mon.0 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: ) 322 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:48.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: -02-23T00:18:48.069684+0000 mon.smithi100 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.069822+0000 mon.smithi100 (mon.0) 324 : 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: :18:48.069946+0000 mon.smithi100 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18:48.070067+0000 mon.smithi100 (mon 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: .0) 326 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024-02-23T00:18: 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: 48.070198+0000 mon.smithi100 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit 2024 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: -02-23T00:18:48.070321+0000 mon.smithi100 (mon.0) 328 : 2024-02-23T00:18:48.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:48 smithi144 conmon[43533]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:18:50.288 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:50.322 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:50 smithi100 conmon[37928]: cluster 2024-02-23T00:18:48.789098+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:18:50.323 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:50 smithi100 conmon[37928]: ) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:50.323 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:50 smithi100 conmon[37928]: audit 2024-02-23T00:18:49.719233+0000 mon.smithi100 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.100:0/4066688273' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:50.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:50 smithi144 conmon[43533]: cluster 2024-02-23T00:18:48.789098+0000 mgr.smithi100.rjsfuw (mgr.14180) 80 : cluster 2024-02-23T00:18:50.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:50 smithi144 conmon[43533]: [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:50.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:50 smithi144 conmon[43533]: audit 2024-02-23T00:18:49.719233+0000 mon.smithi100 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.100:0/4066688273' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-23T00:18:50.880 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:18:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:51 smithi144 conmon[43533]: audit 2024-02-23T00:18:50.287329+0000 mon.smithi100 (mon.0 2024-02-23T00:18:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:51 smithi144 conmon[43533]: ) 330 : audit [DBG] from='client.? 172.21.15.100:0/1540908945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:51.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:51 smithi100 conmon[37928]: audit 2024-02-23T00:18:50.287329+0000 mon.smithi100 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.100:0/1540908945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:51.881 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:52.309 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:52 smithi144 conmon[43533]: cluster 2024-02-23T00:18:50.789534+0000 2024-02-23T00:18:52.310 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:52 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:52.647 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:52 smithi100 conmon[37928]: cluster 2024-02-23T00:18:50.789534+0000 mgr.smithi100.rjsfuw (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:54.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:54 smithi100 conmon[37928]: cluster 2024-02-23T00:18:52.790015+0000 mgr.smithi100.rjsfuw (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:54.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:54 smithi100 conmon[37928]: audit 2024-02-23T00:18:53.309659+0000 mon.smithi100 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T00:18:54.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:54 smithi100 conmon[37928]: audit 2024-02-23T00:18:53.310239+0000 mon.smithi100 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:54.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:54 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:53.310714+0000 mgr.smithi100.rjsfuw (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi144 2024-02-23T00:18:54.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:54 smithi144 conmon[43533]: cluster 2024-02-23T00:18:52.790015+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:18:54.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:54 smithi144 conmon[43533]: ) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:54.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:54 smithi144 conmon[43533]: audit 2024-02-23T00:18:53.309659+0000 mon.smithi100 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-23T00:18:54.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:54 smithi144 conmon[43533]: audit 2024-02-23T00:18:53.310239+0000 mon.smithi100 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:54.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:54 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:53.310714+0000 mgr.smithi100.rjsfuw (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi144 2024-02-23T00:18:55.101 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:18:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:55 smithi144 conmon[43533]: audit 2024-02-23T00:18:55.099932+0000 mon.smithi100 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.100:0/2332161226' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:55.684 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:55 smithi100 conmon[37928]: audit 2024-02-23T00:18:55.099932+0000 mon.smithi100 (mon.0) 2024-02-23T00:18:55.685 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:55 smithi100 conmon[37928]: 333 : audit [DBG] from='client.? 172.21.15.100:0/2332161226' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:18:55.973 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:18:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:56 smithi144 conmon[43533]: cluster 2024-02-23T00:18:54.790243 2024-02-23T00:18:56.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:56 smithi144 conmon[43533]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:56 smithi100 conmon[37928]: cluster 2024-02-23T00:18:54.790243+0000 mgr.smithi100.rjsfuw (mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:56.974 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:18:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:57 smithi100 conmon[37928]: audit 2024-02-23T00:18:56.357084+0000 mon.smithi100 (mon. 2024-02-23T00:18:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:57 smithi100 conmon[37928]: 0) 334 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T00:18:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:57 smithi100 conmon[37928]: audit 2024-02-23T00:18:56.357644+0000 mon.smithi100 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:57 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:56.358106+0000 mgr.smithi100.rjsfuw (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-02-23T00:18:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:57 smithi144 conmon[43533]: audit 2024-02-23T00:18:56.357084+0000 mon.smithi100 (mon.0 2024-02-23T00:18:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:57 smithi144 conmon[43533]: ) 334 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-23T00:18:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:57 smithi144 conmon[43533]: audit 2024-02-23T00:18:56.357644+0000 mon.smithi100 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:57 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:56.358106+0000 mgr.smithi100.rjsfuw (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.1 on smithi100 2024-02-23T00:18:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:58 smithi144 conmon[43533]: cluster 2024-02-23T00:18:56.790509+0000 mgr.smithi100.rjsfuw (mgr.14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:58 smithi144 conmon[43533]: audit 2024-02-23T00:18:58.247801+0000 mon.smithi100 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:58 smithi144 conmon[43533]: audit 2024-02-23T00:18:58.248495+0000 mon.smithi100 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T00:18:58.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:58 smithi144 conmon[43533]: audit 2024-02-23T00:18:58.249131+0000 mon.smithi100 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:58.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:58 smithi100 conmon[37928]: cluster 2024-02-23T00:18:56.790509+0000 mgr.smithi100.rjsfuw (mgr.14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:18:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:58 smithi100 conmon[37928]: audit 2024-02-23T00:18:58.247801+0000 mon.smithi100 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:18:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:58 smithi100 conmon[37928]: audit 2024-02-23T00:18:58.248495+0000 mon.smithi100 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-23T00:18:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:58 smithi100 conmon[37928]: audit 2024-02-23T00:18:58.249131+0000 mon.smithi100 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:18:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:18:59 smithi144 conmon[43533]: cephadm 2024-02-23T00:18:58.249615+0000 mgr.smithi100.rjsfuw (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.2 on smithi144 2024-02-23T00:18:59.568 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:59 smithi100 conmon[37928]: cephadm 2024-02-23T00:18:58.249615+0000 mgr.smithi100.rjsfuw (mgr.14180) 87 : cephadm 2024-02-23T00:18:59.568 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:18:59 smithi100 conmon[37928]: [INF] Deploying daemon osd.2 on smithi144 2024-02-23T00:18:59.906 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:00 smithi144 conmon[43533]: cluster 2024-02-23T00:18:58.790824+0000 mgr.smithi100.rjsfuw (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:00 smithi144 conmon[43533]: audit 2024-02-23T00:18:59.904989+0000 mon.smithi100 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.100:0/1226428996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:00 smithi100 conmon[37928]: cluster 2024-02-23T00:18:58.790824+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:19:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:00 smithi100 conmon[37928]: 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:00 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:00 smithi100 conmon[37928]: 02-23T00:18:59.904989+0000 mon.smithi100 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.100:0/1226428996' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:00.783 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:01.784 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: cluster 2024-02-23T00:19:00.791108+0000 mgr.smithi100.rjsfuw (mgr.14180) 89 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: audit 2024-02-23T00:19:01.445613+0000 mon.smithi100 (mon.0) 340 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: audit 2024-02-23T00:19:01.994699+0000 mon.smithi100 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: audit 2024-02-23T00:19:01.995500+0000 mon.smithi100 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T00:19:02.700 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:02 smithi100 conmon[37928]: audit 2024-02-23T00:19:01.996139+0000 mon.smithi100 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: cluster 2024-02-23T00:19:00.791108+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: audit 2024-02-23T00:19:01.445613+0000 mon.smithi100 (mon.0) 340 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: audit 2024-02-23T00:19:01.994699+0000 mon.smithi100 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: audit 2024-02-23T00:19:01.995500+0000 mon.smithi100 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-23T00:19:02.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:02 smithi144 conmon[43533]: audit 2024-02-23T00:19:01.996139+0000 mon.smithi100 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:01.996629+0000 mgr.smithi100.rjsfuw (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.3 on smithi100 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.291247+0000 mon.smithi100 (mon.0) 344 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: cluster 2024-02-23T00:19:02.291300+0000 mon.smithi100 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.291436+0000 mon.smithi100 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.291776+0000 mon.smithi100 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.291965+0000 mon.smithi100 (mon.0) 348 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292149+0000 mon.smithi100 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292281+0000 mon.smithi100 (mon.0 2024-02-23T00:19:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: ) 350 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292402+0000 mon.smithi100 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292516+0000 mon.smithi100 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292646+0000 mon.smithi100 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:02.292764+0000 mon.smithi100 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.136384+0000 mon.smithi100 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.137089+0000 mon.smithi100 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T00:19:03.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:03 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.137627+0000 mon.smithi100 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:03.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:01.996629+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:19:03.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: ) 90 : cephadm [INF] Deploying daemon osd.3 on smithi100 2024-02-23T00:19:03.594 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024-02-23T00:19:02.291247+0000 mon.smithi100 (mon.0) 344 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: cluster 2024 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:02. 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 291300+0000 mon.smithi100 (mon.0) 345 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:02.291436 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 346 : audit [DBG] 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -23T00:19:02.291776+0000 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: mon.smithi100 (mon.0) 347 : audit 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:02.291965 2024-02-23T00:19:03.595 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 348 : audit [INF] 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:02.292149 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 349 : audit [DBG] 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 2024-02-23T00: 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 19:02.292281+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 350 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 02-23T00:19:02.292402 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 351 : audit [DBG] 2024-02-23T00:19:03.596 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 2024-02-23T00:19 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: :02.292516+0000 mon.smithi100 (mon.0) 352 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:02.292646 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 353 : audit [DBG] 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 02-23T00:19:02.292764+0000 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: mon.smithi100 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:03. 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 136384+0000 mon.smithi100 (mon.0) 355 : audit 2024-02-23T00:19:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: 02-23T00:19:03.137089+0000 mon.smithi100 (mon.0 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: ) 356 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: -02-23T00:19:03 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: .137627+0000 mon.smithi100 (mon.0 2024-02-23T00:19:03.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:03 smithi144 conmon[43533]: ) 357 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:04.492 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: cluster 2024-02-23T00:19:02.791501+0000 mgr.smithi100.rjsfuw (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:03.138081+0000 mgr.smithi100.rjsfuw (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.292529+0000 mon.smithi100 (mon.0) 358 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: cluster 2024-02-23T00:19:03.292597+0000 mon.smithi100 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.293028+0000 mon.smithi100 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.293311+0000 mon.smithi100 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.297068+0000 mon.smithi100 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:04.516 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.297406+0000 mon.smithi100 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:04.517 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.297546+0000 mon.smithi100 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:04.517 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.297710+0000 mon.smithi100 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:04.517 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.297944+0000 mon.smithi100 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:04.517 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.298088+0000 mon.smithi100 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:04.517 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:04 smithi100 conmon[37928]: audit 2024-02-23T00:19:03.298257+0000 mon.smithi100 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: cluster 2024-02-23T00:19:02.791501+0000 mgr.smithi100.rjsfuw (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:03.138081+0000 mgr.smithi100.rjsfuw (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-02-23T00:19:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.292529+0000 mon.smithi100 (mon.0) 358 : audit [INF] from='osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: cluster 2024-02-23T00:19:03.292597+0000 mon.smithi100 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-23T00:19:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.293028+0000 mon.smithi100 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:04.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:04.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: -23T00:19:03.293311+0000 mon.smithi100 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:04.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.297068+0000 mon.smithi100 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:04.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.297406+0000 mon.smithi100 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:04.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.297546+0000 mon.smithi100 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:04.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.297710+0000 mon.smithi100 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:04.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.297944+0000 mon.smithi100 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:04.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.298088+0000 mon.smithi100 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:04.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:04 smithi144 conmon[43533]: audit 2024-02-23T00:19:03.298257+0000 mon.smithi100 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: cluster 2024-02-23T00:19:02.413607+0000 osd.0 (osd.0) 1 : cluster 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: [DBG] purged_snaps scrub starts 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: cluster 2024-02-23T00:19:02.413648+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: cluster 2024-02-23T00:19:04.299149+0000 mon.smithi100 (mon.0) 369 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: : cluster [INF] osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593] boot 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: cluster 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 2024-02-23T00:19:04.299191 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-23T00:19:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -23T00:19:04.299564+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 371 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04. 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 299821+0000 mon.smithi100 (mon.0) 372 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 2024-02-23 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: T00:19:04.300006+0000 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: mon.smithi100 (mon.0) 373 : audit [DBG] 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:05.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: .300175+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 374 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04. 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 300306+0000 mon.smithi100 (mon.0) 375 : 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: .300441+0000 mon.smithi100 (mon.0 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: ) 376 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: .300568+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:05.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 377 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: 02-23T00:19:04.300703+0000 mon.smithi100 ( 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: mon.0) 378 : audit [DBG] 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -02-23T00:19:04 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: .490478+0000 mon.smithi100 (mon.0 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: ) 379 : audit [DBG] from='client.? 172.21.15.100:0/2076287983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: -23T00:19:05.168769+0000 mon.smithi100 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: (mon.0) 380 : audit [INF] 2024-02-23T00:19:05.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:05 smithi100 conmon[37928]: from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: cluster 2024-02-23T00:19:02.413607+0000 osd.0 (osd 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: .0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: cluster 2024-02-23T00:19:02.413648+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: cluster 2024-02-23T00:19:04.299149+0000 mon.smithi100 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.144:6800/1329188593,v1:172.21.15.144:6801/1329188593] boot 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: cluster 2024-02-23T00:19:04.299191+0000 mon.smithi100 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.299564+0000 mon.smithi100 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.299821+0000 mon.smithi100 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300006+0000 mon.smithi100 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300175+0000 mon.smithi100 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300306+0000 mon.smithi100 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300441+0000 mon.smithi100 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300568+0000 mon.smithi100 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.300703+0000 mon.smithi100 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:04.490478+0000 mon.smithi100 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.100:0/2076287983' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:05.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:05 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.168769+0000 mon.smithi100 (mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-23T00:19:05.718 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1708647544,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: cluster 2024-02-23T00:19:04.791877 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.313059+0000 mon.smithi100 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: cluster 2024-02-23T00:19:05.313133+0000 mon.smithi100 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.313225+0000 mon.smithi100 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.313575+0000 mon.smithi100 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.313734+0000 mon.smithi100 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.313909+0000 mon.smithi100 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.314046+0000 mon.smithi100 (mon.0) 387 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.314195+0000 mon.smithi100 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024-02-23T00:19:05.314332+0000 mon.smithi100 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: 02-23T00:19:05.314467+0000 mon.smithi100 (mon 2024-02-23T00:19:06.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:06 smithi100 conmon[37928]: .0) 390 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:06.720 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: cluster 2024-02-23T00:19:04.791877+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: 14180) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.313059+0000 mon.smithi100 (mon.0) 381 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: cluster 2024-02-23T00:19:05.313133+0000 mon.smithi100 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.313225+0000 mon.smithi100 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.313575+0000 mon.smithi100 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.313734+0000 mon.smithi100 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.313909+0000 mon.smithi100 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:06.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.314046+0000 mon.smithi100 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:06.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.314195+0000 mon.smithi100 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:06.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.314332+0000 mon.smithi100 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:06.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: audit 2024-02-23T00:19:05.314467+0000 mon.smithi100 (mon 2024-02-23T00:19:06.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:06 smithi144 conmon[43533]: .0) 390 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:07.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.315834+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: 391 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: cluster 2024-02-23T00:19:06.315878+0000 mon.smithi100 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.316799+0000 mon.smithi100 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.317011+0000 mon.smithi100 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.317402+0000 mon.smithi100 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.317593+0000 mon.smithi100 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.317736+0000 mon.smithi100 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.317885+0000 mon.smithi100 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.318033+0000 mon.smithi100 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.323052+0000 mon.smithi100 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.339125+0000 mon.smithi144 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:19:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:07 smithi100 conmon[37928]: audit 2024-02-23T00:19:06.339540+0000 mon.smithi100 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:19:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00:19:06.315834+0000 mon.smithi100 (mon.0) 391 : audit [INF] from='osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: cluster 2024-02-23T00:19:06.315878+0000 mon.smithi100 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00:19:06. 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 316799+0000 mon.smithi100 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: -23T00:19:06.317011+0000 mon.smithi100 ( 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: T00:19:06.317402+0000 mon.smithi100 (mon 2024-02-23T00:19:07.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: .0) 395 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23T00:19:06.317593+0000 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: mon.smithi100 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: -02-23T00:19:06.317736+0000 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: mon.smithi100 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23T00:19:07.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 19:06.317885+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 398 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23T00 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: :19:06.318033+0000 mon.smithi100 (mon.0) 399 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: -02-23T00:19:06.323052+0000 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: mon.smithi100 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:19:07.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: :19:06.339125+0000 mon.smithi144 (mon.1 2024-02-23T00:19:07.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: ) 10 : audit [INF] from='osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:19:07.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:07.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: -02-23T00:19:06.339540+0000 mon.smithi100 2024-02-23T00:19:07.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:07 smithi144 conmon[43533]: (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: cluster 2024-02-23T00:19:06.122732+0000 osd.1 (osd.1) 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: cluster 2024-02-23T00:19:06.122791+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: cluster 2024-02-23T00:19:06.792140+0000 mgr.smithi100.rjsfuw (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.320010+0000 mon.smithi100 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: cluster 2024-02-23T00:19:07.325813+0000 mon.smithi100 (mon.0) 403 : cluster [INF] osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952] boot 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.325850+0000 mon.smithi100 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: cluster 2024-02-23T00:19:07.325891+0000 mon.smithi100 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.326482+0000 mon.smithi100 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:08.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.326489+0000 mon.smithi144 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.326773+0000 mon.smithi100 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.326988+0000 mon.smithi100 (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.327183 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.327343+0000 mon.smithi100 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.327486+0000 mon.smithi100 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.327644+0000 mon.smithi100 (mon.0) 412 : audit 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:07.327798+0000 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: mon.smithi100 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: :19:08.268652+0000 mon.smithi100 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: 2024-02-23T00:19:08.269263+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:08.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: 415 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T00:19:08.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.269750+0000 mon.smithi100 (mon 2024-02-23T00:19:08.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:08 smithi144 conmon[43533]: .0) 416 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: cluster 2024-02-23T00:19:06.122732+0000 osd.1 (osd.1 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: cluster 2024-02-23T00:19:06.122791+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: cluster 2024-02-23T00:19:06.792140+0000 mgr.smithi100.rjsfuw (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.320010+0000 mon.smithi100 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: cluster 2024-02-23T00:19:07.325813+0000 mon.smithi100 (mon.0) 403 : cluster [INF] osd.1 [v2:172.21.15.100:6802/2462511952,v1:172.21.15.100:6803/2462511952] boot 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.325850+0000 mon.smithi100 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: cluster 2024-02-23T00:19:07.325891+0000 mon.smithi100 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.326482+0000 mon.smithi100 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-23T00:19:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.326489+0000 mon.smithi144 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.326773+0000 mon.smithi100 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.326988+0000 mon.smithi100 (mon.0) 408 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.327183+0000 mon.smithi100 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.327343+0000 mon.smithi100 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.327486+0000 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: mon.smithi100 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: 2024-02-23T00:19:07.327644+0000 mon.smithi100 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:07.327798+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: 413 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: 23T00:19:08.268652+0000 mon.smithi100 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:08.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:08.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: -02-23T00:19:08.269263+0000 mon.smithi100 (mon.0) 415 : audit 2024-02-23T00:19:08.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-23T00:19:08.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: audit 2024-02-23T00:19:08. 2024-02-23T00:19:08.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:08 smithi100 conmon[37928]: 269750+0000 mon.smithi100 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:08.270183+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: ) 95 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.328476+0000 mon.smithi100 (mon.0) 417 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: cluster 2024-02-23T00:19:08.328529+0000 mon.smithi100 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.329216+0000 mon.smithi100 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.329425+0000 mon.smithi100 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.329579+0000 mon.smithi100 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: :19:08.329712+0000 mon.smithi100 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00:19:08.329840+0000 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: mon.smithi100 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:09.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: -02-23T00:19:08.329992+0000 mon.smithi100 (mon 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: .0) 424 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: -02-23T00:19:08.335254+0000 mon.smithi100 (mon.0 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: ) 425 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: 19:09.209310+0000 mon.smithi100 (mon.0) 426 : audit 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: 19:09.209941+0000 mon.smithi100 (mon.0) 427 : audit 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: :19:09.210493+0000 mon.smithi100 (mon.0) 428 : 2024-02-23T00:19:09.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:09 smithi144 conmon[43533]: audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:08.270183+0000 mgr.smithi100.rjsfuw (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.328476+0000 mon.smithi100 (mon.0) 417 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: cluster 2024-02-23T00:19:08.328529+0000 mon.smithi100 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329216+0000 mon.smithi100 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329425+0000 mon.smithi100 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329579+0000 mon.smithi100 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329712+0000 mon.smithi100 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329840+0000 mon.smithi100 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.329992+0000 mon.smithi100 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:09.610 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:08.335254+0000 mon.smithi100 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:09.611 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.209310+0000 mon.smithi100 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:09.611 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.209941+0000 mon.smithi100 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-23T00:19:09.611 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:09 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.210493+0000 mon.smithi100 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:09.788 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cluster 2024-02-23T00:19:07.289352+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cluster 2024-02-23T00:19:07.289431+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cluster 2024-02-23T00:19:08.792377+0000 mgr.smithi100.rjsfuw (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:09.210956+0000 mgr.smithi100.rjsfuw (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.5 on smithi100 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.332464+0000 mon.smithi100 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cluster 2024-02-23T00:19:09.334996+0000 mon.smithi100 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782] boot 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: cluster 2024-02-23T00:19:09.335030+0000 mon.smithi100 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.335386+0000 mon.smithi100 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.335709+0000 mon.smithi100 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.335907+0000 mon.smithi100 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.339568+0000 mon.smithi100 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.339915+0000 mon.smithi100 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.340144+0000 mon.smithi100 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:10.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.340426+0000 mon.smithi100 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T00:19:10.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:10 smithi144 conmon[43533]: audit 2024-02-23T00:19:09.786615+0000 mon.smithi100 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.100:0/1367784171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cluster 2024-02-23T00:19:07.289352+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cluster 2024-02-23T00:19:07.289431+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cluster 2024-02-23T00:19:08.792377+0000 mgr.smithi100.rjsfuw (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:09.210956+0000 mgr.smithi100.rjsfuw (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.5 on smithi100 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.332464+0000 mon.smithi100 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:10.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cluster 2024-02-23T00:19:09.334996+0000 mon.smithi100 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.144:6808/3207555782,v1:172.21.15.144:6809/3207555782] boot 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: cluster 2024-02-23T00:19:09.335030+0000 mon.smithi100 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.335386+0000 mon.smithi100 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.335709+0000 mon.smithi100 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09. 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: 335907+0000 mon.smithi100 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.339568+0000 mon.smithi100 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.339915+0000 mon.smithi100 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19:09.340144+0000 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: mon.smithi100 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: T00:19:09.340426+0000 mon.smithi100 (mon.0) 438 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-23T00:19:10.545 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: audit 2024-02-23T00:19 2024-02-23T00:19:10.546 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: :09.786615+0000 mon.smithi100 (mon.0) 439 : audit 2024-02-23T00:19:10.546 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:10 smithi100 conmon[37928]: [DBG] from='client.? 172.21.15.100:0/1367784171' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:11.195 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1708647549,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347091 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 440 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: cluster 2024-02-23T00:19:10.347155+0000 mon.smithi100 (mon.0) 441 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347393+0000 mon.smithi100 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347550+0000 mon.smithi100 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:11.415 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347688+0000 mon.smithi100 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:11.416 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347808+0000 mon.smithi100 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:11.416 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.347942+0000 mon.smithi100 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:11.416 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:11 smithi100 conmon[37928]: audit 2024-02-23T00:19:10.348384+0000 mon.smithi100 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T00:19:11.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347091+0000 mon.smithi100 (mon 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: .0) 440 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: cluster 2024-02-23T00:19:10.347155+0000 mon.smithi100 (mon.0) 441 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347393+0000 mon.smithi100 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347550+0000 mon.smithi100 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347688+0000 mon.smithi100 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347808+0000 mon.smithi100 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.347942+0000 mon.smithi100 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:11.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:11 smithi144 conmon[43533]: audit 2024-02-23T00:19:10.348384+0000 mon.smithi100 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-23T00:19:12.196 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:12.481 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: cluster 2024-02-23T00:19:10.792795+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:19:12.481 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: ) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:19:12.481 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:11.353784+0000 mon.smithi100 (mon 2024-02-23T00:19:12.481 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: .0) 448 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: cluster 2024-02-23T00:19:11.353846+0000 mon.smithi100 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: 2024-02-23T00:19:11.353937+0000 mon.smithi100 (mon 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: .0) 450 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: :11.354233+0000 mon.smithi100 (mon.0) 451 : audit [DBG] 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:11.354355+0000 mon.smithi100 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:11 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: .354479+0000 mon.smithi100 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: -23T00:19:11.354598+0000 mon.smithi100 (mon.0) 454 : audit [DBG] 2024-02-23T00:19:12.482 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: -02-23T00:19:11.444587+0000 mon.smithi144 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:11.444947+0000 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: mon.smithi100 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.339474+0000 2024-02-23T00:19:12.483 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:12 smithi100 conmon[37928]: mon.smithi100 (mon.0) 456 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: cluster 2024-02-23T00:19:10.792795+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: ) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.353784+0000 mon.smithi100 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: cluster 2024-02-23T00:19:11.353846+0000 mon.smithi100 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.353937+0000 mon.smithi100 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.354233+0000 mon.smithi100 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.354355+0000 mon.smithi100 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:12.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.354479+0000 mon.smithi100 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.354598+0000 mon.smithi100 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.444587+0000 mon.smithi144 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:11.444947+0000 mon.smithi100 ( 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: audit 2024-02-23T00:19:12.339474+0000 mon.smithi100 (mon.0) 456 : audit 2024-02-23T00:19:12.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:12 smithi144 conmon[43533]: [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.352522+0000 mon.smithi100 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.352610+0000 mon.smithi100 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: cluster 2024-02-23T00:19:12.352686+0000 mon.smithi100 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: 2024-02-23T00:19:12.353045+0000 mon.smithi100 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.353112+0000 mon.smithi144 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.353322+0000 mon.smithi100 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.353610+0000 mon.smithi100 (mon.0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.356642+0000 mon.smithi100 (mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.356956+0000 mon.smithi100 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.357209+0000 mon.smithi100 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:13.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:12.357463+0000 mon.smithi100 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:13.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.324966+0000 mon.smithi100 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:13.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.353280+0000 mon.smithi100 (mon.0) 468 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:13.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.353335+0000 mon.smithi100 (mon.0) 469 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:13.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:13 smithi100 conmon[37928]: cluster 2024-02-23T00:19:13.353374+0000 mon.smithi100 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02-23T00:19:12.352522+0000 mon.smithi100 ( 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02-23T00:19:12.352610+0000 mon.smithi100 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: cluster 2024-02-23T00:19:12.352686+0000 mon.smithi100 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 23T00:19:12.353045+0000 mon.smithi100 (mon 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 460 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: T00:19:12.353112+0000 mon.smithi144 (mon.1) 2024-02-23T00:19:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 13 : audit [INF] from='osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 2024-02-23T00:19:12.353322+0000 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: mon.smithi100 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: T00:19:12.353610+0000 mon.smithi100 (mon 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:12.356642+0000 mon.smithi100 ( 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:12.356956+0000 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: mon.smithi100 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:13.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 02-23T00: 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 19:12.357209+0000 mon.smithi100 (mon.0 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: ) 465 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:12.357463+0000 mon.smithi100 (mon 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 466 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:13.324966+0000 mon.smithi100 (mon 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 467 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:13.353280+0000 mon.smithi100 (mon 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 468 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:13.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 02-23T00:19:13.353335+0000 mon.smithi100 (mon. 2024-02-23T00:19:13.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: 0) 469 : audit [INF] from='osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:13.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: cluster 2024-02 2024-02-23T00:19:13.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: -23T00:19:13.353374+0000 mon.smithi100 (mon 2024-02-23T00:19:13.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:13 smithi144 conmon[43533]: .0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: cluster 2024-02-23T00:19:12.793107+0000 mgr.smithi100.rjsfuw 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.353505+0000 mon.smithi100 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.353801+0000 mon.smithi100 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.354777+0000 mon.smithi100 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.354916+0000 mon.smithi100 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.355084+0000 mon.smithi100 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.359449+0000 mon.smithi100 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:13.359626+0000 mon.smithi100 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: cluster 2024-02-23T00:19:14.299887+0000 mon.smithi100 (mon.0) 478 : cluster [INF] osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808] boot 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: cluster 2024-02-23T00:19:14.299945+0000 mon.smithi100 (mon.0) 479 : cluster [INF] osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990] boot 2024-02-23T00:19:14.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: cluster 2024-02-23T00:19:14.299991+0000 mon.smithi100 (mon.0) 480 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-23T00:19:14.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.300261+0000 mon.smithi100 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.300612+0000 mon.smithi100 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.300887+0000 mon.smithi100 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:14.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.301120+0000 mon.smithi100 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:14.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:14 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.301340+0000 mon.smithi100 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: cluster 2024-02-23T00:19:12.793107+0000 mgr.smithi100.rjsfuw (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.353505+0000 mon.smithi100 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.353801+0000 mon.smithi100 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.354777+0000 mon.smithi100 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.354916+0000 mon.smithi100 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.355084+0000 mon.smithi100 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.359449+0000 mon.smithi100 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:13.359626+0000 mon.smithi100 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: cluster 2024-02-23T00:19:14.299887+0000 mon.smithi100 (mon.0) 478 : cluster [INF] osd.3 [v2:172.21.15.100:6810/2605649808,v1:172.21.15.100:6811/2605649808] boot 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: cluster 2024-02-23T00:19:14.299945+0000 mon.smithi100 (mon.0) 479 : cluster [INF] osd.4 [v2:172.21.15.144:6816/2612734990,v1:172.21.15.144:6817/2612734990] boot 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: cluster 2024-02-23T00:19:14.299991+0000 mon.smithi100 (mon.0) 480 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.300261+0000 mon.smithi100 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.300612+0000 mon.smithi100 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-23T00:19:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.300887+0000 mon.smithi100 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:14.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.301120+0000 mon.smithi100 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:14.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:14 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.301340+0000 mon.smithi100 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:14.553 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: cluster 2024-02-23T00:19:12.459814+0000 osd.4 (osd.4) 1 : cluster 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: [DBG] purged_snaps scrub starts 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: cluster 2024-02-23T00:19:12.459886+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: cluster 2024-02-23T00:19:13.323528+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: cluster 2024-02-23T00:19:13.323573+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: audit 2024-02-23T00:19:14.552355+0000 mon.smithi100 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.100:0/873940329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: cluster 2024-02-23T00:19:15.303135+0000 mon.smithi100 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: audit 2024-02-23T00:19:15.303279+0000 mon.smithi100 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: audit 2024-02-23T00:19:15.303570+0000 mon.smithi100 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:15 smithi100 conmon[37928]: audit 2024-02-23T00:19:15.303776+0000 mon.smithi100 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:15.670 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":26,"num_osds":8,"num_up_osds":5,"osd_up_since":1708647554,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":1} 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: cluster 2024-02-23T00:19:12.459814+0000 osd.4 ( 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: cluster 2024-02-23T00:19:12.459886+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: cluster 2024-02-23T00:19:13.323528+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: cluster 2024-02-23T00:19:13.323573+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: audit 2024-02-23T00:19:14.552355+0000 mon.smithi100 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.100:0/873940329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: cluster 2024-02-23T00:19:15.303135+0000 mon.smithi100 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: audit 2024-02-23T00:19:15.303279+0000 mon.smithi100 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: audit 2024-02-23T00:19:15.303570+0000 mon.smithi100 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:15.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:15 smithi144 conmon[43533]: audit 2024-02-23T00:19:15.303776+0000 mon.smithi100 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:16.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: cluster 2024-02-23T00:19:14.793526+0000 mgr.smithi100.rjsfuw (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:15.982819+0000 mon.smithi100 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.233900+0000 mon.smithi100 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.234611+0000 mon.smithi100 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.235154+0000 mon.smithi100 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: cluster 2024-02-23T00:19:16.301820+0000 mon.smithi100 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.301967+0000 mon.smithi100 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:16.711 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.302236+0000 mon.smithi100 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:16.712 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:16 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.302401+0000 mon.smithi100 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:16.712 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: cluster 2024-02-23T00:19:14.793526+0000 mgr.smithi100.rjsfuw (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:15.982819+0000 mon.smithi100 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.233900+0000 mon.smithi100 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.234611+0000 mon.smithi100 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.235154+0000 mon.smithi100 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: cluster 2024-02-23T00:19:16.301820+0000 mon.smithi100 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.301967+0000 mon.smithi100 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: -23T00:19:16.302236+0000 mon.smithi100 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:16.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:16 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.302401+0000 mon.smithi100 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:16.235603+0000 mgr.smithi100.rjsfuw (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.7 on smithi100 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.533137+0000 mon.smithi144 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:16.533430+0000 mon.smithi100 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.305835+0000 mon.smithi100 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: cluster 2024-02-23T00:19:17.305887+0000 mon.smithi100 (mon.0) 501 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-23T00:19:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.305979+0000 mon.smithi100 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:17.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.306239+0000 mon.smithi100 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:17.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.306376+0000 mon.smithi100 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:17.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.306614+0000 mon.smithi144 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:17.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:17 smithi100 conmon[37928]: audit 2024-02-23T00:19:17.306848+0000 mon.smithi100 (mon.0) 505 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:17.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:16.235603+0000 mgr.smithi100.rjsfuw (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.7 on smithi100 2024-02-23T00:19:17.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024-02-23T00:19:16.533137+0000 mon.smithi144 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: T00:19:16.533430+0000 mon.smithi100 (mon.0) 499 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: -23T00:19:17.305835+0000 mon.smithi100 ( 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 02-23T00:19:17.305887 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 501 : 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 02-23T00:19:17.305979+0000 2024-02-23T00:19:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: mon.smithi100 (mon.0) 502 : audit 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 02-23T00:19:17.306239+0000 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: mon.smithi100 (mon.0) 503 : audit [DBG] 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 02-23T00:19:17.306376+0000 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: mon.smithi100 (mon.0) 504 : audit 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: -02-23T00:19:17.306614 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: +0000 mon.smithi144 (mon.1) 15 2024-02-23T00:19:17.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: : audit [INF] from='osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:17.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:19:17.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: 02-23T00:19:17.306848+0000 2024-02-23T00:19:17.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: mon.smithi100 (mon.0) 505 : audit 2024-02-23T00:19:17.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:17 smithi144 conmon[43533]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: cluster 2024-02-23T00:19:16.793802+0000 mgr.smithi100.rjsfuw (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: audit 2024-02-23T00:19:18.304875+0000 mon.smithi100 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: cluster 2024-02-23T00:19:18.304935+0000 mon.smithi100 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: audit 2024-02-23T00:19:18.305033+0000 mon.smithi100 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: audit 2024-02-23T00:19:18.305275+0000 mon.smithi100 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: audit 2024-02-23T00:19:18.305424+0000 mon.smithi100 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:18.694 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:18 smithi100 conmon[37928]: audit 2024-02-23T00:19:18.309170+0000 mon.smithi100 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: cluster 2024-02-23T00:19:16.793802+0000 mgr.smithi100.rjsfuw (mgr.14180) 102 : 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: cluster [DBG] pgmap v76: 1 pgs: 1 creating+activating; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: audit 2024-02-23T00:19:18.304875+0000 mon.smithi100 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: cluster 2024-02-23T00:19:18.304935+0000 mon.smithi100 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: audit 2024-02-23T00:19:18.305033+0000 mon.smithi100 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: audit 2024-02-23T00:19:18.305275+0000 mon.smithi100 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: audit 2024-02-23T00:19:18.305424+0000 mon.smithi100 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:18.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:18 smithi144 conmon[43533]: audit 2024-02-23T00:19:18.309170+0000 mon.smithi100 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:19.416 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:20.501 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1708647559,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:20.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: cluster 2024-02-23T00:19:17.551115+0000 osd.6 ( 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: cluster 2024-02-23T00:19:17.551244+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: cluster 2024-02-23T00:19:18.794049+0000 mgr.smithi100.rjsfuw (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: cluster 2024-02-23T00:19:19.306220+0000 mon.smithi100 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762] boot 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: cluster 2024-02-23T00:19:19.306258+0000 mon.smithi100 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: audit 2024-02-23T00:19:19.306348+0000 mon.smithi100 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: audit 2024-02-23T00:19:19.306587+0000 mon.smithi100 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: audit 2024-02-23T00:19:19.306769+0000 mon.smithi100 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: audit 2024-02-23T00:19:19.378788+0000 mon.smithi100 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T00:19:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:20 smithi100 conmon[37928]: audit 2024-02-23T00:19:19.414862+0000 mon.smithi100 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.100:0/805637383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:20.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: cluster 2024-02-23T00:19:17.551115+0000 osd.6 (osd.6) 1 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: cluster 2024-02-23T00:19:17.551244+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: cluster 2024-02-23T00:19:18.794049+0000 mgr.smithi100.rjsfuw (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: cluster 2024-02-23T00:19:19.306220+0000 mon.smithi100 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.144:6824/2524846762,v1:172.21.15.144:6825/2524846762] boot 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: cluster 2024-02-23T 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 00:19:19.306258+0000 mon.smithi100 (mon.0) 513 : cluster 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: -23T00:19:19.306348+0000 mon.smithi100 (mon.0) 514 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 2024-02-23T00:19:19.306587+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 515 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 2024-02-23T00:19:19.306769+0000 mon.smithi100 (mon. 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 0) 516 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 00:19:19.378788+0000 mon.smithi100 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:20 smithi144 conmon[43533]: 00:19:19.414862+0000 mon.smithi100 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.100:0/805637383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:21.503 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:21.651 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:21 smithi100 conmon[37928]: audit 2024-02-23T00:19:20.380817+0000 mon.smithi100 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T00:19:21.652 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:21 smithi100 conmon[37928]: cluster 2024-02-23T00:19:20.380859+0000 mon.smithi100 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-23T00:19:21.652 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:21 smithi100 conmon[37928]: audit 2024-02-23T00:19:20.380999+0000 mon.smithi100 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:21.652 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:21 smithi100 conmon[37928]: audit 2024-02-23T00:19:20.381305+0000 mon.smithi100 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:21.652 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:21 smithi100 conmon[37928]: audit 2024-02-23T00:19:20.381480+0000 mon.smithi100 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:21.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.380817+0000 mon.smithi100 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-23T00:19:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: 2024-02-23T00:19:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: cluster 2024-02-23T00:19:20.380859+0000 mon.smithi100 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-23T00:19:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.380999+0000 mon.smithi100 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.381305+0000 mon.smithi100 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:21 smithi144 conmon[43533]: audit 2024-02-23T00:19:20.381480+0000 mon.smithi100 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:22.586 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: cluster 2024-02-23T00:19:20.359560+0000 osd.5 (osd. 2024-02-23T00:19:22.586 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: 5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: cluster 2024-02-23T00:19:20.359610+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: cluster 2024-02-23T00:19:20.794482+0000 mgr.smithi100.rjsfuw (mgr.14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: audit 2024-02-23T00:19:21.380670+0000 mon.smithi100 (mon.0) 524 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: cluster 2024-02-23T00:19:21.380722+0000 mon.smithi100 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: audit 2024-02-23T00:19:21 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: .381119+0000 mon.smithi100 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: 23T00:19:21.381350+0000 mon.smithi100 (mon. 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: 0) 527 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:22.587 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: audit 2024-02-23T00 2024-02-23T00:19:22.588 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: :19:21.385027+0000 mon.smithi100 (mon.0) 528 : audit 2024-02-23T00:19:22.588 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:22 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: cluster 2024-02-23T00:19:20.359560+0000 osd.5 (osd.5) 1 : cluster [DBG] 2024-02-23T00:19:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: purged_snaps scrub starts 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: cluster 2024-02-23T00:19:20.359610+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: 02-23T00:19:20.794482+0000 mgr.smithi100.rjsfuw (mgr.14180) 104 : 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: -02-23T00:19:21.380670+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: 524 : audit [INF] from='osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: cluster 2024-02-23T00:19:21.380722+0000 mon.smithi100 (mon. 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: 0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: 00:19:21.381119+0000 mon.smithi100 (mon.0) 526 : audit 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:22.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: -02-23T00:19:21.381350+0000 mon.smithi100 (mon.0 2024-02-23T00:19:22.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: ) 527 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:22.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:22.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: -02-23T00:19:21.385027+0000 mon.smithi100 (mon. 2024-02-23T00:19:22.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:22 smithi144 conmon[43533]: 0) 528 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:23.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:23 smithi100 conmon[37928]: cluster 2024-02-23T00:19:22.385889+0000 mon.smithi100 (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619] boot 2024-02-23T00:19:23.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:23 smithi100 conmon[37928]: cluster 2024-02-23T00:19:22.385912+0000 mon.smithi100 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-23T00:19:23.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:23 smithi100 conmon[37928]: audit 2024-02-23T00:19:22.386243+0000 mon.smithi100 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:23.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:23 smithi100 conmon[37928]: audit 2024-02-23T00:19:22.386520+0000 mon.smithi100 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:23.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: cluster 2024-02-23T00:19:22.385889+0000 mon.smithi100 (mon.0) 529 : 2024-02-23T00:19:23.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: cluster [INF] osd.5 [v2:172.21.15.100:6818/2265524619,v1:172.21.15.100:6819/2265524619] boot 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: cluster 2024-02-23T00:19:22.385912+0000 mon.smithi100 (mon.0 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: ) 530 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: audit 2024-02-23T00:19:22.386243 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:19:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:23 smithi144 conmon[43533]: 23T00:19:22.386520+0000 mon.smithi100 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:24.155 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:24.661 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:24 smithi100 conmon[37928]: cluster 2024-02-23T00:19:22.794966+0000 mgr.smithi100.rjsfuw (mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:19:24.662 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:24 smithi100 conmon[37928]: cluster 2024-02-23T00:19:23.397820+0000 mon.smithi100 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-23T00:19:24.662 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:24 smithi100 conmon[37928]: audit 2024-02-23T00:19:23.397956+0000 mon.smithi100 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:24.662 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:24 smithi100 conmon[37928]: audit 2024-02-23T00:19:23.573008+0000 mon.smithi100 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:24.662 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:24 smithi100 conmon[37928]: audit 2024-02-23T00:19:24.153761+0000 mon.smithi100 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.100:0/3643636864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: cluster 2024-02-23T00:19:22.794966+0000 mgr.smithi100.rjsfuw (mgr.14180) 105 : cluster 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: cluster 2024-02-23T00:19:23.397820+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: 533 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: audit 2024-02-23T00:19:23. 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: 397956+0000 mon.smithi100 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: T00:19:23.573008+0000 mon.smithi100 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:24 smithi144 conmon[43533]: T00:19:24.153761+0000 mon.smithi100 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.100:0/3643636864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:25.489 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1708647562,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:26.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:26 smithi100 conmon[37928]: cluster 2024-02-23T00:19:24.795340+0000 mgr.smithi100.rjsfuw (mgr.14180) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:26.490 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:26.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:26 smithi144 conmon[43533]: cluster 2024-02-23T00:19:24.795340+0000 mgr.smithi100.rjsfuw (mgr.14180) 106 : cluster 2024-02-23T00:19:26.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:26 smithi144 conmon[43533]: [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:27.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:27 smithi100 conmon[37928]: audit 2024-02-23T00:19:26.728762+0000 mon.smithi100 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T00:19:27.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:27 smithi100 conmon[37928]: audit 2024-02-23T00:19:27.021953+0000 mon.smithi100 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:27.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:27 smithi100 conmon[37928]: audit 2024-02-23T00:19:27.024199+0000 mon.smithi100 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:19:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:27 smithi144 conmon[43533]: audit 2024-02-23T00:19 2024-02-23T00:19:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:27 smithi144 conmon[43533]: :26.728762+0000 mon.smithi100 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-23T00:19:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:27 smithi144 conmon[43533]: audit 2024-02-23T00:19:27.021953+0000 mon.smithi100 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:27 smithi144 conmon[43533]: audit 2024-02-23T00:19:27.024199+0000 mon.smithi100 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:19:28.614 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: cluster 2024-02-23T00:19:26 2024-02-23T00:19:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: .795757+0000 mgr.smithi100.rjsfuw (mgr.14180) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: audit 2024-02-23T00:19:27.405005+0000 mon.smithi100 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T00:19:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: cluster 2024-02-23T00:19:27.405046+0000 mon.smithi100 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-23T00:19:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: audit 2024-02-23T00:19:27.405187+0000 mon.smithi100 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:28.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:28 smithi100 conmon[37928]: audit 2024-02-23T00:19:27.405533+0000 mon.smithi100 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:28 smithi144 conmon[43533]: cluster 2024-02-23T00:19:26.795757+0000 mgr.smithi100.rjsfuw (mgr.14180) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:28 smithi144 conmon[43533]: audit 2024-02-23T00:19:27.405005+0000 mon.smithi100 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-23T00:19:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:28 smithi144 conmon[43533]: cluster 2024-02-23T00:19:27.405046+0000 mon.smithi100 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-23T00:19:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:28 smithi144 conmon[43533]: audit 2024-02-23T00:19:27.405187+0000 mon.smithi100 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:28 smithi144 conmon[43533]: audit 2024-02-23T00:19:27.405533+0000 mon.smithi100 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]: dispatch 2024-02-23T00:19:29.377 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1708647562,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:28.406643+0000 mon.smithi100 (mon.0 2024-02-23T00:19:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: ) 544 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: cluster 2024-02-23T00:19:28.406713+0000 mon.smithi100 (mon.0) 545 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:28.407166+0000 mon.smithi100 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:28.414938+0000 mon.smithi100 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:28.613424+0000 mon.smithi100 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.100:0/186147018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:28.701670+0000 mon.smithi100 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: cluster 2024-02-23T00:19:29.304063+0000 mon.smithi100 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128] boot 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: cluster 2024-02-23T00:19:29.304088+0000 mon.smithi100 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-23T00:19:29.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:29 smithi144 conmon[43533]: audit 2024-02-23T00:19:29.309087+0000 mon.smithi100 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23T00:19:28.406643+0000 mon.smithi100 (mon.0) 544 : audit [INF] from='osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi100", "root=default"]}]': finished 2024-02-23T00:19:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: cluster 2024-02-23T00:19:28.406713+0000 mon.smithi100 (mon.0) 545 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-23T00:19:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23T00:19:28.407166+0000 mon.smithi100 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23T00:19:28.414938+0000 mon.smithi100 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23T00:19:28.613424+0000 mon.smithi100 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.100:0/186147018' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: T00:19:28.701670+0000 mon.smithi100 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: cluster 2024-02-23T00:19:29.304063+0000 mon.smithi100 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.100:6826/1481158128,v1:172.21.15.100:6827/1481158128] boot 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: cluster 2024-02-23T00:19:29.304088+0000 mon.smithi100 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-23T00:19:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:29 smithi100 conmon[37928]: audit 2024-02-23T00:19:29.309087+0000 mon.smithi100 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-23T00:19:30.379 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd stat -f json 2024-02-23T00:19:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:30 smithi100 conmon[37928]: cluster 2024-02-23T00:19:27 2024-02-23T00:19:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:30 smithi100 conmon[37928]: .690926+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:30 smithi100 conmon[37928]: cluster 2024-02-23T00:19:27.691034+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:30 smithi100 conmon[37928]: cluster 2024-02-23T00:19:28.796093+0000 mgr.smithi100.rjsfuw (mgr.14180) 108 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:30.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:30 smithi100 conmon[37928]: cluster 2024-02-23T00:19:30.302936+0000 mon.smithi100 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-23T00:19:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:30 smithi144 conmon[43533]: cluster 2024-02-23T00:19:27.690926+0000 osd.7 ( 2024-02-23T00:19:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:30 smithi144 conmon[43533]: osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-23T00:19:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:30 smithi144 conmon[43533]: cluster 2024-02-23T00:19:27.691034+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-23T00:19:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:30 smithi144 conmon[43533]: cluster 2024-02-23T00:19:28.796093+0000 mgr.smithi100.rjsfuw (mgr.14180) 108 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-23T00:19:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:30 smithi144 conmon[43533]: cluster 2024-02-23T00:19:30.302936+0000 mon.smithi100 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-23T00:19:32.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:32 smithi100 conmon[37928]: cluster 2024-02-23T00:19:30.796396+0000 mgr.smithi100.rjsfuw (mgr.14180) 109 : cluster [DBG] pgmap v94: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:32.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:32 smithi100 conmon[37928]: cluster 2024-02-23T00:19:31.304820+0000 mon.smithi100 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-23T00:19:32.644 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:32 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.120327+0000 mon.smithi100 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:32 smithi144 conmon[43533]: cluster 2024-02-23T00:19:30.796396+0000 mgr.smithi100.rjsfuw (mgr.14180) 109 : cluster [DBG] pgmap v94: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:32 smithi144 conmon[43533]: cluster 2024-02-23T00:19:31.304820+0000 mon.smithi100 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-23T00:19:32.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:32 smithi144 conmon[43533]: audit 2024-02-23T00:19:32.120327+0000 mon.smithi100 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:33.004 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:33.653 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:32.115274+0000 mgr.smithi100.rjsfuw (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi144 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.343772+0000 mon.smithi100 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.426204+0000 mon.smithi100 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.426948+0000 mon.smithi100 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.427522+0000 mon.smithi100 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.428130+0000 mon.smithi100 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:32.428568+0000 mgr.smithi100.rjsfuw (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3990M 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:32.433201+0000 mon.smithi100 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:33.654 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:33 smithi100 conmon[37928]: audit 2024-02-23T00:19:33.003631+0000 mon.smithi100 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.100:0/3898337648' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:32.115274+0000 mgr.smithi100.rjsfuw (mgr.14180) 110 : cephadm 2024-02-23T00:19:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: [INF] Detected new or changed devices on smithi144 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024-02-23T00:19: 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: 32.343772+0000 mon.smithi100 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: 23T00:19:32.426204+0000 mon.smithi100 (mon.0) 557 : 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: -02-23T00:19:32.426948+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: 558 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: -02-23T00:19:32.427522+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: 559 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024-02-23T00:19:32.428130+0000 mon.smithi100 2024-02-23T00:19:33.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:32.428568+0000 mgr.smithi100.rjsfuw (mgr.14180) 111 : cephadm [INF] 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: Adjusting osd_memory_target on smithi144 to 3990M 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: 00:19:32.433201+0000 mon.smithi100 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:19:33.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:33 smithi144 conmon[43533]: T00:19:33.003631+0000 mon.smithi100 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.100:0/3898337648' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-23T00:19:34.277 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1708647569,"num_in_osds":8,"osd_in_since":1708647528,"num_remapped_pgs":0} 2024-02-23T00:19:34.277 INFO:tasks.cephadm:Setting up client nodes... 2024-02-23T00:19:34.277 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-23T00:19:34.475 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:34 smithi100 conmon[37928]: cluster 2024-02-23T00:19:32.796679+0000 mgr.smithi100.rjsfuw (mgr.14180) 112 : cluster [DBG] pgmap v96: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:34 smithi144 conmon[43533]: cluster 2024-02-23T00:19:32.796679+0000 mgr.smithi100.rjsfuw (mgr.14180) 112 : cluster [DBG] 2024-02-23T00:19:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:34 smithi144 conmon[43533]: pgmap v96: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:36.539 INFO:teuthology.orchestra.run.smithi100.stdout:[client.0] 2024-02-23T00:19:36.539 INFO:teuthology.orchestra.run.smithi100.stdout: key = AQCY5NdlVH3mHxAAtl2PqBT6cEbe1mmBqLrxbQ== 2024-02-23T00:19:36.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:36 smithi100 conmon[37928]: cluster 2024-02-23T00:19:34.796987+0000 mgr.smithi100.rjsfuw (mgr.14180) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:36 smithi144 conmon[43533]: cluster 2024-02-23T00:19:34.796987+0000 mgr.smithi100.rjsfuw (mgr.14180) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:37.137 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:19:37.137 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-23T00:19:37.137 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-23T00:19:37.180 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-23T00:19:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:36.535045+0000 mon.smithi100 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: (mon.0) 563 : audit [INF] from='client.? 172.21.15.100:0/2528636042' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:36.538581+0000 mon.smithi100 (mon.0) 564 : audit [INF] from='client.? 172.21.15.100:0/2528636042' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:36.935567+0000 mon.smithi100 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.240042+0000 mon.smithi100 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.240644+0000 mon.smithi100 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.241108+0000 mon.smithi100 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.241586+0000 mon.smithi100 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: 00:19:37.245902+0000 mon.smithi100 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: 00:19:37.246706+0000 mon.smithi100 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: 2024-02-23T00:19:37.247267+0000 mon.smithi100 (mon.0) 572 : audit [INF] 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.250898+0000 mon.smithi100 ( 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: .254466+0000 mon.smithi100 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37. 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: 257137+0000 mon.smithi100 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.257957 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:19:37.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.258138+0000 mon.smithi100 (mon.0 2024-02-23T00:19:37.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: ) 577 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:37.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: audit 2024-02-23T00:19:37.258536+0000 mon.smithi100 (mon.0) 578 : audit 2024-02-23T00:19:37.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:37 smithi144 conmon[43533]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:36.535045+0000 mon.smithi100 (mon 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: .0) 563 : audit [INF] from='client.? 172.21.15.100:0/2528636042' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:36.538581+0000 mon.smithi100 (mon.0) 564 : audit [INF] from='client.? 172.21.15.100:0/2528636042' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:36.935567+0000 mon.smithi100 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:37.240042+0000 mon.smithi100 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:37.240644+0000 mon.smithi100 (mon.0) 567 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:37.241108+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 568 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 02-23T00:19:37.241586 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 569 : audit 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 02-23T00:19:37.245902+0000 mon.smithi100 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: -02-23T00:19:37.246706+0000 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: mon.smithi100 (mon.0) 571 : audit [DBG] 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 2024-02-23T00:19 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: :37.247267+0000 mon.smithi100 (mon 2024-02-23T00:19:37.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: .0) 572 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 02-23T00:19:37.250898 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 573 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: -02-23T00:19:37. 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 254466+0000 mon.smithi100 (mon.0) 574 : audit 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: -02-23T00:19:37. 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 257137+0000 mon.smithi100 (mon.0) 575 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:37.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: -02-23T00:19:37 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: .257957+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 576 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: -23T00:19:37.258138+0000 mon.smithi100 ( 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: audit 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: 2024-02-23T00:19:37.258536 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 578 : audit [DBG] 2024-02-23T00:19:37.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:37 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:19:38.680 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:38 smithi144 conmon[43533]: cluster 2024-02-23T00:19:36.797275+0000 mgr.smithi100.rjsfuw (mgr.14180) 114 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:38.680 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:38 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:36.930082+0000 mgr.smithi100.rjsfuw (mgr.14180) 115 : cephadm [INF] Detected new or changed devices on smithi100 2024-02-23T00:19:38.681 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:38 smithi144 conmon[43533]: cephadm 2024-02-23T00:19:37.241935+0000 mgr.smithi100.rjsfuw (mgr.14180) 116 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 3222M 2024-02-23T00:19:38.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:38 smithi100 conmon[37928]: cluster 2024-02-23T00:19:36.797275+0000 mgr.smithi100.rjsfuw (mgr.14180) 114 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:38.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:38 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:36.930082+0000 mgr.smithi100.rjsfuw (mgr.14180) 115 : cephadm [INF] Detected new or changed devices on smithi100 2024-02-23T00:19:38.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:38 smithi100 conmon[37928]: cephadm 2024-02-23T00:19:37.241935+0000 mgr.smithi100.rjsfuw (mgr.14180) 116 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 3222M 2024-02-23T00:19:39.542 INFO:teuthology.orchestra.run.smithi144.stdout:[client.1] 2024-02-23T00:19:39.542 INFO:teuthology.orchestra.run.smithi144.stdout: key = AQCb5Ndl0bUUIBAA2f6g7I5UJRjko+ervKIj9A== 2024-02-23T00:19:40.343 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:19:40.343 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-23T00:19:40.343 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-23T00:19:40.388 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:19:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:40 smithi100 conmon[37928]: cluster 2024-02-23T00:19:38.797564+0000 mgr.smithi100.rjsfuw (mgr.14180) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:40 smithi100 conmon[37928]: 2024-02-23T00:19:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:40 smithi100 conmon[37928]: audit 2024-02-23T00:19:39.537696+0000 mon.smithi144 (mon.1) 16 : audit [INF] from='client.? 172.21.15.144:0/1715931707' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:40 smithi100 conmon[37928]: audit 2024-02-23T00:19:39.538081+0000 mon.smithi100 (mon.0) 579 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:40.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:40 smithi100 conmon[37928]: audit 2024-02-23T00:19:39.541220+0000 mon.smithi100 (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:19:40.723 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:40 smithi144 conmon[43533]: cluster 2024-02-23T00:19:38.797564+0000 mgr.smithi100.rjsfuw (mgr.14180) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:40.723 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:40 smithi144 conmon[43533]: audit 2024-02-23T00:19:39.537696+0000 mon.smithi144 (mon.1) 16 : audit [INF] from='client.? 172.21.15.144:0/1715931707' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:40.724 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:40 smithi144 conmon[43533]: audit 2024-02-23T00:19:39.538081+0000 mon.smithi100 (mon.0) 579 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-23T00:19:40.724 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:40 smithi144 conmon[43533]: audit 2024-02-23T00:19:39.541220+0000 mon.smithi100 (mon.0) 580 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-23T00:19:40.778 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:42.671 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:42.671 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":40,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","created":"2024-02-23T00:15:39.726835+0000","modified":"2024-02-23T00:19:31.300883+0000","last_up_change":"2024-02-23T00:19:29.298054+0000","last_in_change":"2024-02-23T00:18:48.061164+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":"2024-02-23T00:19:09.605615+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":"29","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":"a4f4da88-4396-4002-a181-5f1a6d3463a9","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.144:6800","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6801","nonce":1329188593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6803","nonce":1329188593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6807","nonce":1329188593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6805","nonce":1329188593}]},"public_addr":"172.21.15.144:6801/1329188593","cluster_addr":"172.21.15.144:6803/1329188593","heartbeat_back_addr":"172.21.15.144:6807/1329188593","heartbeat_front_addr":"172.21.15.144:6805/1329188593","state":["exists","up"]},{"osd":1,"uuid":"f024f094-8065-42c8-992c-bbc0f4e8ba1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6803","nonce":2462511952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6805","nonce":2462511952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6809","nonce":2462511952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6807","nonce":2462511952}]},"public_addr":"172.21.15.100:6803/2462511952","cluster_addr":"172.21.15.100:6805/2462511952","heartbeat_back_addr":"172.21.15.100:6809/2462511952","heartbeat_front_addr":"172.21.15.100:6807/2462511952","state":["exists","up"]},{"osd":2,"uuid":"66aeacc9-371d-4232-aaa5-06644be9697b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6809","nonce":3207555782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6811","nonce":3207555782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6815","nonce":3207555782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6813","nonce":3207555782}]},"public_addr":"172.21.15.144:6809/3207555782","cluster_addr":"172.21.15.144:6811/3207555782","heartbeat_back_addr":"172.21.15.144:6815/3207555782","heartbeat_front_addr":"172.21.15.144:6813/3207555782","state":["exists","up"]},{"osd":3,"uuid":"529c8da2-fa70-4516-ba7c-be206a7ac434","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6811","nonce":2605649808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6813","nonce":2605649808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6817","nonce":2605649808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6815","nonce":2605649808}]},"public_addr":"172.21.15.100:6811/2605649808","cluster_addr":"172.21.15.100:6813/2605649808","heartbeat_back_addr":"172.21.15.100:6817/2605649808","heartbeat_front_addr":"172.21.15.100:6815/2605649808","state":["exists","up"]},{"osd":4,"uuid":"3980dfc2-915a-4f4e-bf67-7e1a00238671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6817","nonce":2612734990}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6819","nonce":2612734990}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6823","nonce":2612734990}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6821","nonce":2612734990}]},"public_addr":"172.21.15.144:6817/2612734990","cluster_addr":"172.21.15.144:6819/2612734990","heartbeat_back_addr":"172.21.15.144:6823/2612734990","heartbeat_front_addr":"172.21.15.144:6821/2612734990","state":["exists","up"]},{"osd":5,"uuid":"0888d247-b16d-4f42-84f5-0bc60ee4b3d4","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.100:6818","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6819","nonce":2265524619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6820","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6821","nonce":2265524619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6824","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6825","nonce":2265524619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6822","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6823","nonce":2265524619}]},"public_addr":"172.21.15.100:6819/2265524619","cluster_addr":"172.21.15.100:6821/2265524619","heartbeat_back_addr":"172.21.15.100:6825/2265524619","heartbeat_front_addr":"172.21.15.100:6823/2265524619","state":["exists","up"]},{"osd":6,"uuid":"409a5751-e730-45f1-a6db-e240d61ee130","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6825","nonce":2524846762}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6827","nonce":2524846762}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6831","nonce":2524846762}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6829","nonce":2524846762}]},"public_addr":"172.21.15.144:6825/2524846762","cluster_addr":"172.21.15.144:6827/2524846762","heartbeat_back_addr":"172.21.15.144:6831/2524846762","heartbeat_front_addr":"172.21.15.144:6829/2524846762","state":["exists","up"]},{"osd":7,"uuid":"1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6","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.100:6826","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6827","nonce":1481158128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6828","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6829","nonce":1481158128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6832","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6833","nonce":1481158128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6830","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6831","nonce":1481158128}]},"public_addr":"172.21.15.100:6827/1481158128","cluster_addr":"172.21.15.100:6829/1481158128","heartbeat_back_addr":"172.21.15.100:6833/1481158128","heartbeat_front_addr":"172.21.15.100:6831/1481158128","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:02.413650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:06.122795+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:07.289436+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:13.323575+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:12.459890+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:20.359613+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:17.551252+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:27.691042+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:0/3104193159":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/1443869556":"2024-02-24T00:17:18.771269+0000","172.21.15.100:6801/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/2228366638":"2024-02-24T00:16:27.915155+0000","172.21.15.100:0/1049241629":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6801/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6801/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:0/1249330135":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6800/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/3286456309":"2024-02-24T00:16:00.791997+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:19:42.701 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:42 smithi100 conmon[37928]: cluster 2024-02-23T00:19:40.797845+0000 mgr.smithi100.rjsfuw (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:42.707 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:42 smithi144 conmon[43533]: cluster 2024-02-23T00:19:40.797845+0000 mgr.smithi100.rjsfuw (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:43 smithi100 conmon[37928]: audit 2024-02-23T00:19:42.669430+0000 mon.smithi100 (mon.0) 581 2024-02-23T00:19:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:43 smithi100 conmon[37928]: : audit [DBG] from='client.? 172.21.15.100:0/834428682' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:43.740 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-23T00:19:09.605615+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': '29', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-23T00:19:43.740 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-23T00:19:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:43 smithi144 conmon[43533]: audit 2024-02-23T00:19:42.669430+0000 mon.smithi100 (mon. 2024-02-23T00:19:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:43 smithi144 conmon[43533]: 0) 581 : audit [DBG] from='client.? 172.21.15.100:0/834428682' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:44.128 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:44.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:44 smithi100 conmon[37928]: cluster 2024-02-23T00:19:42.798094+0000 mgr.smithi100.rjsfuw (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:44.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:44 smithi144 conmon[43533]: cluster 2024-02-23T00:19:42.798094+0000 mgr.smithi100.rjsfuw (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:46.368 INFO:teuthology.orchestra.run.smithi100.stdout:pg_num: 1 2024-02-23T00:19:46.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:46 smithi100 conmon[37928]: cluster 2024-02-23T00:19:44.798551+0000 mgr.smithi100.rjsfuw (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:46.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:46 smithi100 conmon[37928]: audit 2024-02-23T00:19:46.160916+0000 mon.smithi100 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:46.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:46 smithi100 conmon[37928]: audit 2024-02-23T00:19:46.367145+0000 mon.smithi100 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.100:0/2666652982' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-23T00:19:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:46 smithi144 conmon[43533]: cluster 2024-02-23T00:19:44.798551+0000 mgr.smithi100.rjsfuw (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:46 smithi144 conmon[43533]: audit 2024-02-23T00:19:46.160916+0000 mon.smithi100 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:46 smithi144 conmon[43533]: audit 2024-02-23T00:19:46.367145+0000 mon.smithi100 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.100:0/2666652982' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-23T00:19:47.264 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-23T00:19:47.264 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-23T00:19:47.264 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph mgr dump --format=json 2024-02-23T00:19:47.871 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:48 smithi100 conmon[37928]: cluster 2024-02-23T00:19:46.799063+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:19:48.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:48 smithi100 conmon[37928]: ) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:48.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:48 smithi144 conmon[43533]: cluster 2024-02-23T00:19:46.799063+0000 mgr.smithi100.rjsfuw (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:50.198 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: cluster 2024-02-23T00:19: 2024-02-23T00:19:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: 48.799387+0000 mgr.smithi100.rjsfuw (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: audit 2024 2024-02-23T00:19:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: -02-23T00:19:49.607854+0000 mon.smithi100 (mon.0 2024-02-23T00:19:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: ) 584 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:19:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: 23T00:19:50.192762+0000 mon.smithi100 (mon.0) 2024-02-23T00:19:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:50 smithi100 conmon[37928]: 585 : audit [DBG] from='client.? 172.21.15.100:0/1258477271' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-23T00:19:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:50 smithi144 conmon[43533]: cluster 2024-02-23T00:19:48.799387+0000 mgr.smithi100.rjsfuw (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:50.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:50 smithi144 conmon[43533]: audit 2024-02-23T00:19:50.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:50 smithi144 conmon[43533]: 2024-02-23T00:19:49.607854+0000 mon.smithi100 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:19:50.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:50 smithi144 conmon[43533]: audit 2024-02-23T00:19:50.192762+0000 mon.smithi100 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.100:0/1258477271' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-23T00:19:50.933 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi100.rjsfuw","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6800","nonce":2345570006},{"type":"v1","addr":"172.21.15.100:6801","nonce":2345570006}]},"active_addr":"172.21.15.100:6801/2345570006","active_change":"2024-02-23T00:17:18.771408+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi144.hkyxro","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.100:8443/","prometheus":"http://172.21.15.100: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.100:0","nonce":4131555366}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.100:0","nonce":28606335}]}]} 2024-02-23T00:19:50.936 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-23T00:19:50.936 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-23T00:19:50.936 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:19:51.272 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:52.607 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:52 smithi100 conmon[37928]: cluster 2024-02-23T00:19:50.799720+0000 mgr.smithi100.rjsfuw (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:52.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:52 smithi144 conmon[43533]: cluster 2024-02-23T00:19:50.799720+0000 mgr.smithi100.rjsfuw (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:52.941 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:52.941 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":40,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","created":"2024-02-23T00:15:39.726835+0000","modified":"2024-02-23T00:19:31.300883+0000","last_up_change":"2024-02-23T00:19:29.298054+0000","last_in_change":"2024-02-23T00:18:48.061164+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":"2024-02-23T00:19:09.605615+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":"29","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":"a4f4da88-4396-4002-a181-5f1a6d3463a9","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.144:6800","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6801","nonce":1329188593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6803","nonce":1329188593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6807","nonce":1329188593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6805","nonce":1329188593}]},"public_addr":"172.21.15.144:6801/1329188593","cluster_addr":"172.21.15.144:6803/1329188593","heartbeat_back_addr":"172.21.15.144:6807/1329188593","heartbeat_front_addr":"172.21.15.144:6805/1329188593","state":["exists","up"]},{"osd":1,"uuid":"f024f094-8065-42c8-992c-bbc0f4e8ba1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6803","nonce":2462511952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6805","nonce":2462511952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6809","nonce":2462511952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6807","nonce":2462511952}]},"public_addr":"172.21.15.100:6803/2462511952","cluster_addr":"172.21.15.100:6805/2462511952","heartbeat_back_addr":"172.21.15.100:6809/2462511952","heartbeat_front_addr":"172.21.15.100:6807/2462511952","state":["exists","up"]},{"osd":2,"uuid":"66aeacc9-371d-4232-aaa5-06644be9697b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6809","nonce":3207555782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6811","nonce":3207555782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6815","nonce":3207555782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6813","nonce":3207555782}]},"public_addr":"172.21.15.144:6809/3207555782","cluster_addr":"172.21.15.144:6811/3207555782","heartbeat_back_addr":"172.21.15.144:6815/3207555782","heartbeat_front_addr":"172.21.15.144:6813/3207555782","state":["exists","up"]},{"osd":3,"uuid":"529c8da2-fa70-4516-ba7c-be206a7ac434","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6811","nonce":2605649808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6813","nonce":2605649808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6817","nonce":2605649808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6815","nonce":2605649808}]},"public_addr":"172.21.15.100:6811/2605649808","cluster_addr":"172.21.15.100:6813/2605649808","heartbeat_back_addr":"172.21.15.100:6817/2605649808","heartbeat_front_addr":"172.21.15.100:6815/2605649808","state":["exists","up"]},{"osd":4,"uuid":"3980dfc2-915a-4f4e-bf67-7e1a00238671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6817","nonce":2612734990}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6819","nonce":2612734990}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6823","nonce":2612734990}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6821","nonce":2612734990}]},"public_addr":"172.21.15.144:6817/2612734990","cluster_addr":"172.21.15.144:6819/2612734990","heartbeat_back_addr":"172.21.15.144:6823/2612734990","heartbeat_front_addr":"172.21.15.144:6821/2612734990","state":["exists","up"]},{"osd":5,"uuid":"0888d247-b16d-4f42-84f5-0bc60ee4b3d4","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.100:6818","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6819","nonce":2265524619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6820","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6821","nonce":2265524619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6824","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6825","nonce":2265524619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6822","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6823","nonce":2265524619}]},"public_addr":"172.21.15.100:6819/2265524619","cluster_addr":"172.21.15.100:6821/2265524619","heartbeat_back_addr":"172.21.15.100:6825/2265524619","heartbeat_front_addr":"172.21.15.100:6823/2265524619","state":["exists","up"]},{"osd":6,"uuid":"409a5751-e730-45f1-a6db-e240d61ee130","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6825","nonce":2524846762}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6827","nonce":2524846762}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6831","nonce":2524846762}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6829","nonce":2524846762}]},"public_addr":"172.21.15.144:6825/2524846762","cluster_addr":"172.21.15.144:6827/2524846762","heartbeat_back_addr":"172.21.15.144:6831/2524846762","heartbeat_front_addr":"172.21.15.144:6829/2524846762","state":["exists","up"]},{"osd":7,"uuid":"1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6","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.100:6826","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6827","nonce":1481158128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6828","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6829","nonce":1481158128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6832","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6833","nonce":1481158128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6830","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6831","nonce":1481158128}]},"public_addr":"172.21.15.100:6827/1481158128","cluster_addr":"172.21.15.100:6829/1481158128","heartbeat_back_addr":"172.21.15.100:6833/1481158128","heartbeat_front_addr":"172.21.15.100:6831/1481158128","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:02.413650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:06.122795+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:07.289436+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:13.323575+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:12.459890+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:20.359613+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:17.551252+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:27.691042+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:0/3104193159":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/1443869556":"2024-02-24T00:17:18.771269+0000","172.21.15.100:6801/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/2228366638":"2024-02-24T00:16:27.915155+0000","172.21.15.100:0/1049241629":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6801/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6801/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:0/1249330135":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6800/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/3286456309":"2024-02-24T00:16:00.791997+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:19:53.665 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-23T00:19:53.665 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd dump --format=json 2024-02-23T00:19:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:53 smithi144 conmon[43533]: audit 2024-02-23T00:19:52.939964+0000 mon.smithi100 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.100:0/4036229601' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:53.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:53 smithi100 conmon[37928]: audit 2024-02-23T00:19:52.939964+0000 mon.smithi100 (mon. 2024-02-23T00:19:53.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:53 smithi100 conmon[37928]: 0) 586 : audit [DBG] from='client.? 172.21.15.100:0/4036229601' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:53.999 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:54.623 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:54 smithi100 conmon[37928]: cluster 2024-02-23T00:19:52.800026+0000 mgr.smithi100.rjsfuw (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:54 smithi144 conmon[43533]: cluster 2024-02-23T00:19:52.800026+0000 mgr.smithi100.rjsfuw (mgr.14180) 124 : cluster 2024-02-23T00:19:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:54 smithi144 conmon[43533]: [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:55.714 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:19:55.714 INFO:teuthology.orchestra.run.smithi100.stdout:{"epoch":40,"fsid":"904be884-d1e0-11ee-95c0-87774f69a715","created":"2024-02-23T00:15:39.726835+0000","modified":"2024-02-23T00:19:31.300883+0000","last_up_change":"2024-02-23T00:19:29.298054+0000","last_in_change":"2024-02-23T00:18:48.061164+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":"2024-02-23T00:19:09.605615+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":"29","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":"a4f4da88-4396-4002-a181-5f1a6d3463a9","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.144:6800","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6801","nonce":1329188593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6803","nonce":1329188593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6807","nonce":1329188593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":1329188593},{"type":"v1","addr":"172.21.15.144:6805","nonce":1329188593}]},"public_addr":"172.21.15.144:6801/1329188593","cluster_addr":"172.21.15.144:6803/1329188593","heartbeat_back_addr":"172.21.15.144:6807/1329188593","heartbeat_front_addr":"172.21.15.144:6805/1329188593","state":["exists","up"]},{"osd":1,"uuid":"f024f094-8065-42c8-992c-bbc0f4e8ba1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6802","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6803","nonce":2462511952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6804","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6805","nonce":2462511952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6808","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6809","nonce":2462511952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6806","nonce":2462511952},{"type":"v1","addr":"172.21.15.100:6807","nonce":2462511952}]},"public_addr":"172.21.15.100:6803/2462511952","cluster_addr":"172.21.15.100:6805/2462511952","heartbeat_back_addr":"172.21.15.100:6809/2462511952","heartbeat_front_addr":"172.21.15.100:6807/2462511952","state":["exists","up"]},{"osd":2,"uuid":"66aeacc9-371d-4232-aaa5-06644be9697b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6809","nonce":3207555782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6811","nonce":3207555782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6815","nonce":3207555782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":3207555782},{"type":"v1","addr":"172.21.15.144:6813","nonce":3207555782}]},"public_addr":"172.21.15.144:6809/3207555782","cluster_addr":"172.21.15.144:6811/3207555782","heartbeat_back_addr":"172.21.15.144:6815/3207555782","heartbeat_front_addr":"172.21.15.144:6813/3207555782","state":["exists","up"]},{"osd":3,"uuid":"529c8da2-fa70-4516-ba7c-be206a7ac434","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6810","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6811","nonce":2605649808}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6812","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6813","nonce":2605649808}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6816","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6817","nonce":2605649808}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6814","nonce":2605649808},{"type":"v1","addr":"172.21.15.100:6815","nonce":2605649808}]},"public_addr":"172.21.15.100:6811/2605649808","cluster_addr":"172.21.15.100:6813/2605649808","heartbeat_back_addr":"172.21.15.100:6817/2605649808","heartbeat_front_addr":"172.21.15.100:6815/2605649808","state":["exists","up"]},{"osd":4,"uuid":"3980dfc2-915a-4f4e-bf67-7e1a00238671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6817","nonce":2612734990}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6819","nonce":2612734990}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6823","nonce":2612734990}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":2612734990},{"type":"v1","addr":"172.21.15.144:6821","nonce":2612734990}]},"public_addr":"172.21.15.144:6817/2612734990","cluster_addr":"172.21.15.144:6819/2612734990","heartbeat_back_addr":"172.21.15.144:6823/2612734990","heartbeat_front_addr":"172.21.15.144:6821/2612734990","state":["exists","up"]},{"osd":5,"uuid":"0888d247-b16d-4f42-84f5-0bc60ee4b3d4","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.100:6818","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6819","nonce":2265524619}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6820","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6821","nonce":2265524619}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6824","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6825","nonce":2265524619}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6822","nonce":2265524619},{"type":"v1","addr":"172.21.15.100:6823","nonce":2265524619}]},"public_addr":"172.21.15.100:6819/2265524619","cluster_addr":"172.21.15.100:6821/2265524619","heartbeat_back_addr":"172.21.15.100:6825/2265524619","heartbeat_front_addr":"172.21.15.100:6823/2265524619","state":["exists","up"]},{"osd":6,"uuid":"409a5751-e730-45f1-a6db-e240d61ee130","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6825","nonce":2524846762}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6827","nonce":2524846762}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6831","nonce":2524846762}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2524846762},{"type":"v1","addr":"172.21.15.144:6829","nonce":2524846762}]},"public_addr":"172.21.15.144:6825/2524846762","cluster_addr":"172.21.15.144:6827/2524846762","heartbeat_back_addr":"172.21.15.144:6831/2524846762","heartbeat_front_addr":"172.21.15.144:6829/2524846762","state":["exists","up"]},{"osd":7,"uuid":"1f3edbe2-98a5-4f31-8e0a-5fe6da0abea6","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.100:6826","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6827","nonce":1481158128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6828","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6829","nonce":1481158128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6832","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6833","nonce":1481158128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.100:6830","nonce":1481158128},{"type":"v1","addr":"172.21.15.100:6831","nonce":1481158128}]},"public_addr":"172.21.15.100:6827/1481158128","cluster_addr":"172.21.15.100:6829/1481158128","heartbeat_back_addr":"172.21.15.100:6833/1481158128","heartbeat_front_addr":"172.21.15.100:6831/1481158128","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:02.413650+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:06.122795+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:07.289436+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:13.323575+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:12.459890+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:20.359613+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:17.551252+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-23T00:19:27.691042+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.100:0/3104193159":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/1443869556":"2024-02-24T00:17:18.771269+0000","172.21.15.100:6801/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/2228366638":"2024-02-24T00:16:27.915155+0000","172.21.15.100:0/1049241629":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6801/809105414":"2024-02-24T00:16:27.915155+0000","172.21.15.100:6800/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6801/2064651339":"2024-02-24T00:16:00.791997+0000","172.21.15.100:0/1249330135":"2024-02-24T00:16:00.791997+0000","172.21.15.100:6800/3258673672":"2024-02-24T00:17:18.771269+0000","172.21.15.100:0/3286456309":"2024-02-24T00:16:00.791997+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-23T00:19:56.313 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-23T00:19:56.652 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:56 smithi100 conmon[37928]: cluster 2024-02-23T00:19:54.800309+0000 mgr.smithi100.rjsfuw (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:56 smithi100 conmon[37928]: 2024-02-23T00:19:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:56 smithi100 conmon[37928]: audit 2024-02-23T00:19:55.712507+0000 mon.smithi100 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.100:0/2190485326' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:56 smithi144 conmon[43533]: cluster 2024-02-23T00:19:54.800309+0000 mgr.smithi100.rjsfuw (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:56 smithi144 conmon[43533]: audit 2024-02-23T00:19:55.712507+0000 mon.smithi100 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.100:0/2190485326' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-23T00:19:58.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:58 smithi100 conmon[37928]: cluster 2024-02-23T00:19:56.800665+0000 mgr.smithi100.rjsfuw (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:58.729 INFO:teuthology.orchestra.run.smithi100.stdout:68719476750 2024-02-23T00:19:58.729 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-23T00:19:58.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:58 smithi144 conmon[43533]: cluster 2024-02-23T00:19:56.800665+0000 mgr.smithi100.rjsfuw (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:59.067 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:19:59.581 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:19:59 smithi100 conmon[37928]: cluster 2024-02-23T00:19:58.800984+0000 mgr.smithi100.rjsfuw (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:19:59.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:59 smithi144 conmon[43533]: cluster 2024-02-23T00:19:58.800984+0000 mgr.smithi100.rjsfuw (mgr.14180) 127 : 2024-02-23T00:19:59.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:19:59 smithi144 conmon[43533]: cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:00.698 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:00 smithi100 conmon[37928]: cluster 2024-02-23T00:20:00.000177+0000 mon.smithi100 (mon.0) 588 : cluster 2024-02-23T00:20:00.698 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:00 smithi100 conmon[37928]: [INF] overall HEALTH_OK 2024-02-23T00:20:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:00 smithi144 conmon[43533]: cluster 2024-02-23T00:20:00.000177+0000 mon.smithi100 (mon.0) 588 : cluster [INF] 2024-02-23T00:20:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:00 smithi144 conmon[43533]: overall HEALTH_OK 2024-02-23T00:20:01.106 INFO:teuthology.orchestra.run.smithi100.stdout:81604378638 2024-02-23T00:20:01.106 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-23T00:20:01.441 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:01 smithi144 conmon[43533]: cluster 2024-02-23T00:20:00.801325+0000 mgr.smithi100.rjsfuw (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:01.873 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:01 smithi100 conmon[37928]: cluster 2024-02-23T00:20:00.801325+0000 mgr.smithi100.rjsfuw (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:03.597 INFO:teuthology.orchestra.run.smithi100.stdout:90194313229 2024-02-23T00:20:03.597 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-23T00:20:03.934 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:04.171 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:03 smithi100 conmon[37928]: cluster 2024-02-23T00:20:02.801758+0000 mgr.smithi100.rjsfuw (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:04.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:03 smithi144 conmon[43533]: cluster 2024-02-23T00:20:02.801758+0000 mgr.smithi100.rjsfuw (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:05.937 INFO:teuthology.orchestra.run.smithi100.stdout:111669149709 2024-02-23T00:20:05.938 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-23T00:20:06.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:05 smithi100 conmon[37928]: cluster 2024-02-23T00:20:04.802060+0000 mgr.smithi100.rjsfuw (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:06.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:05 smithi144 conmon[43533]: cluster 2024-02-23T00:20:04.802060+0000 mgr.smithi100.rjsfuw (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:06.273 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:07.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:07 smithi100 conmon[37928]: cluster 2024-02-23T00:20:06.802377+0000 mgr.smithi100.rjsfuw (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:08.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:07 smithi144 conmon[43533]: cluster 2024-02-23T00:20:06.802377+0000 mgr.smithi100.rjsfuw (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:08.371 INFO:teuthology.orchestra.run.smithi100.stdout:111669149709 2024-02-23T00:20:08.372 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-23T00:20:08.703 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:09.911 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:09 smithi100 conmon[37928]: cluster 2024-02-23T00:20:08.802814+0000 mgr.smithi100.rjsfuw (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:10.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:09 smithi144 conmon[43533]: cluster 2024-02-23T00:20:08.802814+0000 mgr.smithi100.rjsfuw (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:10.771 INFO:teuthology.orchestra.run.smithi100.stdout:146028888077 2024-02-23T00:20:10.771 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-23T00:20:11.109 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:12.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:11 smithi100 conmon[37928]: cluster 2024-02-23T00:20:10.803208+0000 mgr.smithi100.rjsfuw (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:12.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:11 smithi144 conmon[43533]: cluster 2024-02-23T00:20:10.803208+0000 mgr.smithi100.rjsfuw (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:13.278 INFO:teuthology.orchestra.run.smithi100.stdout:133143986189 2024-02-23T00:20:13.278 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-23T00:20:13.614 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:14.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:13 smithi100 conmon[37928]: cluster 2024-02-23T00:20:12.803858+0000 mgr.smithi100.rjsfuw (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:13 smithi144 conmon[43533]: cluster 2024-02-23T00:20:12.803858+0000 mgr.smithi100.rjsfuw (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:15.744 INFO:teuthology.orchestra.run.smithi100.stdout:163208757259 2024-02-23T00:20:15.745 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-23T00:20:16.077 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:16.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:15 smithi100 conmon[37928]: cluster 2024-02-23T00:20:14.804251+0000 mgr.smithi100.rjsfuw (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:16.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:15 smithi144 conmon[43533]: cluster 2024-02-23T00:20:14.804251+0000 mgr.smithi100.rjsfuw (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:17.820 INFO:teuthology.orchestra.run.smithi100.stdout:68719476754 2024-02-23T00:20:18.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:17 smithi100 conmon[37928]: cluster 2024-02-23T00:20:16.804560+0000 mgr.smithi100.rjsfuw (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:18.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:17 smithi100 conmon[37928]: audit 2024-02-23T00:20:17.818824+0000 mon.smithi100 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.100:0/2048143631' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-23T00:20:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:17 smithi144 conmon[43533]: cluster 2024-02-23T00:20:16.804560+0000 mgr.smithi100.rjsfuw (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:17 smithi144 conmon[43533]: audit 2024-02-23T00:20:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:17 smithi144 conmon[43533]: 2024-02-23T00:20:17.818824+0000 mon.smithi100 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.100:0/2048143631' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-23T00:20:18.460 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476754 for osd.0 2024-02-23T00:20:18.461 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-23T00:20:18.796 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:20.080 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:19 smithi100 conmon[37928]: cluster 2024-02-23T00:20:18.804874+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:20:20.080 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:19 smithi100 conmon[37928]: mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:20.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:19 smithi144 conmon[43533]: cluster 2024-02-23T00:20:18.804874+0000 mgr.smithi100.rjsfuw (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:20.437 INFO:teuthology.orchestra.run.smithi100.stdout:81604378642 2024-02-23T00:20:21.076 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378638 got 81604378642 for osd.1 2024-02-23T00:20:21.077 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-23T00:20:21.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:20 smithi100 conmon[37928]: audit 2024-02-23T00:20:20.436604+0000 mon.smithi100 (mon 2024-02-23T00:20:21.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:20 smithi100 conmon[37928]: .0) 590 : audit [DBG] from='client.? 172.21.15.100:0/1770223857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-23T00:20:21.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:20 smithi144 conmon[43533]: audit 2024-02-23T00:20:20.436604+0000 mon.smithi100 (mon.0) 590 : 2024-02-23T00:20:21.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:20 smithi144 conmon[43533]: audit [DBG] from='client.? 172.21.15.100:0/1770223857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-23T00:20:21.413 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:22.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:21 smithi100 conmon[37928]: cluster 2024-02-23T00:20:20.805457+0000 mgr.smithi100.rjsfuw (mgr.14180) 138 : cluster 2024-02-23T00:20:22.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:21 smithi100 conmon[37928]: [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:22.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:21 smithi144 conmon[43533]: cluster 2024-02-23T00:20:20.805457+0000 mgr.smithi100.rjsfuw (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:23.039 INFO:teuthology.orchestra.run.smithi100.stdout:90194313233 2024-02-23T00:20:23.700 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.2 2024-02-23T00:20:23.700 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-23T00:20:23.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:23 smithi100 conmon[37928]: cluster 2024-02-23T00:20:22.805781+0000 mgr.smithi100.rjsfuw (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:23.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:23 smithi100 conmon[37928]: audit 2024-02-23T00:20:23.036088+0000 mon.smithi100 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.100:0/3596379674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-23T00:20:24.035 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:23 smithi144 conmon[43533]: cluster 2024-02-23T00:20:22.805781+0000 mgr.smithi100.rjsfuw (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:23 smithi144 conmon[43533]: audit 2024-02-23T00:20:23.036088+0000 mon.smithi100 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.100:0/3596379674' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-23T00:20:25.579 INFO:teuthology.orchestra.run.smithi100.stdout:111669149713 2024-02-23T00:20:26.143 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:25 smithi100 conmon[37928]: cluster 2024-02-23T00:20:24.806145+0000 mgr.smithi100.rjsfuw (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:26.143 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:25 smithi100 conmon[37928]: audit 2024-02-23T00:20:25.577984+0000 mon.smithi100 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.100:0/3081520667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-23T00:20:26.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149709 got 111669149713 for osd.3 2024-02-23T00:20:26.159 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-23T00:20:26.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:25 smithi144 conmon[43533]: cluster 2024-02-23T00:20:24.806145+0000 mgr.smithi100.rjsfuw (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:26.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:25 smithi144 conmon[43533]: audit 2024-02-23T00:20:25.577984+0000 mon.smithi100 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.100:0/3081520667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-23T00:20:26.492 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:28.154 INFO:teuthology.orchestra.run.smithi100.stdout:111669149713 2024-02-23T00:20:28.182 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:27 smithi100 conmon[37928]: cluster 2024-02-23T00:20:26.806543+0000 mgr.smithi100.rjsfuw (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:28.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:27 smithi144 conmon[43533]: cluster 2024-02-23T00:20:26.806543+0000 mgr.smithi100.rjsfuw (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:28.986 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149709 got 111669149713 for osd.4 2024-02-23T00:20:28.986 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-23T00:20:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:28 smithi100 conmon[37928]: audit 2024-02-23T00:20:28.152955+0000 mon.smithi100 (mon.0) 593 : audit [DBG] 2024-02-23T00:20:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:28 smithi100 conmon[37928]: from='client.? 172.21.15.100:0/3027752991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-23T00:20:29.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:28 smithi144 conmon[43533]: audit 2024-02-23T00:20:28.152955+0000 mon.smithi100 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.100:0/3027752991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-23T00:20:29.318 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:30.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:29 smithi100 conmon[37928]: cluster 2024-02-23T00:20:28.806889+0000 mgr.smithi100.rjsfuw (mgr.14180) 142 : cluster [DBG] 2024-02-23T00:20:30.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:29 smithi100 conmon[37928]: pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:30.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:29 smithi144 conmon[43533]: cluster 2024-02-23T00:20:28.806889+0000 mgr.smithi100.rjsfuw (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:30.974 INFO:teuthology.orchestra.run.smithi100.stdout:146028888081 2024-02-23T00:20:31.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888081 for osd.5 2024-02-23T00:20:31.557 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-23T00:20:31.890 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:32.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:31 smithi100 conmon[37928]: cluster 2024-02-23T00:20:30.807174+0000 mgr.smithi100.rjsfuw (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:32.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:31 smithi100 conmon[37928]: audit 2024-02-23T00:20:30.973435+0000 mon.smithi100 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.100:0/3547532522' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-23T00:20:32.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:31 smithi144 conmon[43533]: cluster 2024-02-23T00:20:30.807174+0000 mgr.smithi100.rjsfuw (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:32.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:31 smithi144 conmon[43533]: audit 2024-02-23T00:20:30.973435+0000 mon.smithi100 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.100:0/3547532522' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-23T00:20:33.448 INFO:teuthology.orchestra.run.smithi100.stdout:133143986193 2024-02-23T00:20:34.060 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986193 for osd.6 2024-02-23T00:20:34.061 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-23T00:20:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:33 smithi100 conmon[37928]: cluster 2024-02-23T00:20:32.807484+0000 mgr.smithi100.rjsfuw (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:33 smithi100 conmon[37928]: audit 2024-02-23T00:20:33.447195+0000 mon.smithi100 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.100:0/843620651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-23T00:20:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:33 smithi144 conmon[43533]: cluster 2024-02-23T00:20:32.807484+0000 mgr.smithi100.rjsfuw (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:33 smithi144 conmon[43533]: audit 2024 2024-02-23T00:20:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:33 smithi144 conmon[43533]: -02-23T00:20:33.447195+0000 mon.smithi100 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.100:0/843620651' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-23T00:20:34.395 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:36.005 INFO:teuthology.orchestra.run.smithi100.stdout:163208757263 2024-02-23T00:20:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:35 smithi100 conmon[37928]: cluster 2024-02-23T00:20:34.807841 2024-02-23T00:20:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:35 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:36.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:35 smithi144 conmon[43533]: cluster 2024-02-23T00:20:34.807841+0000 mgr.smithi100.rjsfuw (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:36.707 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757263 for osd.7 2024-02-23T00:20:36.707 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-23T00:20:36.707 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:20:36.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:36 smithi100 conmon[37928]: audit 2024-02-23T00:20:36.003947+0000 mon.smithi100 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.100:0/2235858399' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-23T00:20:37.042 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:37.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:36 smithi144 conmon[43533]: audit 2024-02-23T00:20:36.003947+0000 mon.smithi100 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.100:0/2235858399' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-23T00:20:38.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:37 smithi100 conmon[37928]: cluster 2024-02-23T00:20:36.808181+0000 mgr.smithi100.rjsfuw (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:38.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:37 smithi144 conmon[43533]: cluster 2024-02-23T00:20:36.808181+0000 mgr.smithi100.rjsfuw (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:38.679 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:20:38.680 INFO:teuthology.orchestra.run.smithi100.stderr:dumped all 2024-02-23T00:20:39.349 INFO:teuthology.orchestra.run.smithi100.stdout:{"pg_ready":true,"pg_map":{"version":128,"stamp":"2024-02-23T00:20:36.808044+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":2379864,"kb_used_data":3096,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548584,"statfs":{"total":767926730752,"available":765489750016,"internally_reserved":0,"allocated":3170304,"data_stored":1257194,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-23T00:19:31.429849+0000","last_change":"2024-02-23T00:19:31.429849+0000","last_active":"2024-02-23T00:19:31.429849+0000","last_peered":"2024-02-23T00:19:31.429849+0000","last_clean":"2024-02-23T00:19:31.429849+0000","last_became_active":"2024-02-23T00:19:31.429445+0000","last_became_peered":"2024-02-23T00:19:31.429445+0000","last_unstale":"2024-02-23T00:19:31.429849+0000","last_undegraded":"2024-02-23T00:19:31.429849+0000","last_fullsized":"2024-02-23T00:19:31.429849+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-23T00:19:10.336612+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-23T00:19:10.336612+0000","last_clean_scrub_stamp":"2024-02-23T00:19:10.336612+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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156913,"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":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.63500000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.39800000000000002}]},{"osd":2,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.626},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.499}]},{"osd":3,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.438,"5min":0.438,"15min":0.438},"last":0.33100000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.68000000000000005}]},{"osd":5,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.32100000000000001}]},{"osd":6,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.60199999999999998}]}]},{"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":157228,"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":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.36899999999999999}]},{"osd":1,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.35399999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.33500000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.27800000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.42699999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.38300000000000001}]},{"osd":7,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.437}]}]},{"osd":1,"up_from":19,"seq":81604378645,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156913,"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":"Fri Feb 23 00:20:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.30099999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:20:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1,"5min":1,"15min":1},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.315}]},{"osd":3,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.218}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.36699999999999999}]},{"osd":5,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.252},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.35499999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.39800000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.379},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.40999999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476758,"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":157228,"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":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.56100000000000005}]},{"osd":2,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.47799999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.71699999999999997}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.63800000000000001}]},{"osd":5,"last update":"Fri Feb 23 00:20:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.73099999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.67400000000000004}]},{"osd":7,"last update":"Fri Feb 23 00:20:29 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.79700000000000004}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":157228,"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":"Fri Feb 23 00:20:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.46500000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:20:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.64700000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:20:16 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.622}]},{"osd":4,"last update":"Fri Feb 23 00:20:16 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.443}]},{"osd":5,"last update":"Fri Feb 23 00:20:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63300000000000001}]},{"osd":6,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.60099999999999998}]},{"osd":7,"last update":"Fri Feb 23 00:20:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.67300000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149715,"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":157228,"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":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.57399999999999995}]},{"osd":1,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"last":0.41899999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.67900000000000005}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.65100000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:20:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.495}]},{"osd":6,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.66900000000000004}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.51500000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149715,"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":157228,"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":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.51000000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.64600000000000002}]},{"osd":2,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61199999999999999}]},{"osd":3,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.58999999999999997}]},{"osd":5,"last update":"Fri Feb 23 00:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.69899999999999995}]},{"osd":6,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.71799999999999997}]},{"osd":7,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.70399999999999996}]}]},{"osd":6,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":157228,"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":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.41999999999999998}]},{"osd":1,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.55900000000000005}]},{"osd":2,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.496},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.313}]},{"osd":3,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.44500000000000001}]},{"osd":4,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.54100000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.52700000000000002}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.59599999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-23T00:20:39.351 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph pg dump --format=json 2024-02-23T00:20:39.682 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:40.182 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:39 smithi100 conmon[37928]: audit 2024-02-23T00:20:38.675885+0000 mgr.smithi100.rjsfuw (mgr.14180) 147 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:20:40.182 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:39 smithi100 conmon[37928]: cluster 2024-02-23T00:20:38.808456+0000 mgr.smithi100.rjsfuw (mgr.14180) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:40.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:39 smithi144 conmon[43533]: audit 2024-02-23T00:20:38.675885+0000 mgr.smithi100.rjsfuw (mgr.14180) 147 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:20:40.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:39 smithi144 conmon[43533]: cluster 2024-02-23T00:20:38.808456+0000 mgr.smithi100.rjsfuw (mgr.14180) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:41.324 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:20:41.326 INFO:teuthology.orchestra.run.smithi100.stderr:dumped all 2024-02-23T00:20:41.957 INFO:teuthology.orchestra.run.smithi100.stdout:{"pg_ready":true,"pg_map":{"version":130,"stamp":"2024-02-23T00:20:40.808683+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":2379864,"kb_used_data":3096,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548584,"statfs":{"total":767926730752,"available":765489750016,"internally_reserved":0,"allocated":3170304,"data_stored":1257194,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-23T00:19:31.429849+0000","last_change":"2024-02-23T00:19:31.429849+0000","last_active":"2024-02-23T00:19:31.429849+0000","last_peered":"2024-02-23T00:19:31.429849+0000","last_clean":"2024-02-23T00:19:31.429849+0000","last_became_active":"2024-02-23T00:19:31.429445+0000","last_became_peered":"2024-02-23T00:19:31.429445+0000","last_unstale":"2024-02-23T00:19:31.429849+0000","last_undegraded":"2024-02-23T00:19:31.429849+0000","last_fullsized":"2024-02-23T00:19:31.429849+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-23T00:19:10.336612+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-23T00:19:10.336612+0000","last_clean_scrub_stamp":"2024-02-23T00:19:10.336612+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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156913,"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":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.68700000000000006}]},{"osd":1,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.35499999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.497}]},{"osd":3,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.438,"5min":0.438,"15min":0.438},"last":0.313}]},{"osd":4,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.67800000000000005}]},{"osd":5,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.42599999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.76200000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888083,"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":157228,"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":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.46400000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.315}]},{"osd":2,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.39100000000000001}]},{"osd":3,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.34000000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.5},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.45700000000000002}]},{"osd":6,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.439},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.47299999999999998}]},{"osd":7,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.376},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.41099999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378646,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":156913,"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":"Fri Feb 23 00:20:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.51200000000000001}]},{"osd":2,"last update":"Fri Feb 23 00:20:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1,"5min":1,"15min":1},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.49199999999999999}]},{"osd":3,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.33400000000000002}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.54000000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.313},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.36599999999999999}]},{"osd":6,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.67500000000000004}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.39000000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476759,"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":157228,"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":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.48699999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.46100000000000002}]},{"osd":3,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.72199999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.54800000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:20:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.70899999999999996}]},{"osd":6,"last update":"Fri Feb 23 00:20:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.626}]},{"osd":7,"last update":"Fri Feb 23 00:20:29 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.751},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.77100000000000002}]}]},{"osd":2,"up_from":21,"seq":90194313237,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":157228,"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":"Fri Feb 23 00:20:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.45800000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:20:09 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47399999999999998}]},{"osd":3,"last update":"Fri Feb 23 00:20:16 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.53300000000000003}]},{"osd":4,"last update":"Fri Feb 23 00:20:16 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.51700000000000002}]},{"osd":5,"last update":"Fri Feb 23 00:20:25 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.59799999999999998}]},{"osd":6,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.61399999999999999}]},{"osd":7,"last update":"Fri Feb 23 00:20:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.58799999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149716,"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":157228,"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":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.66800000000000004}]},{"osd":1,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"last":0.38},{"interface":"front","average":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"last":0.36199999999999999}]},{"osd":2,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.60599999999999998}]},{"osd":4,"last update":"Fri Feb 23 00:20:15 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.59799999999999998}]},{"osd":5,"last update":"Fri Feb 23 00:20:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.374}]},{"osd":6,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.70399999999999996}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.41499999999999998}]}]},{"osd":4,"up_from":26,"seq":111669149716,"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":157228,"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":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.45500000000000002}]},{"osd":1,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.505},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48199999999999998}]},{"osd":2,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.55700000000000005}]},{"osd":3,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54300000000000004}]},{"osd":5,"last update":"Fri Feb 23 00:20:23 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.57599999999999996}]},{"osd":6,"last update":"Fri Feb 23 00:20:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.435},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.49399999999999999}]},{"osd":7,"last update":"Fri Feb 23 00:20:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.58499999999999996}]}]},{"osd":6,"up_from":31,"seq":133143986195,"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":157228,"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":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.44400000000000001}]},{"osd":1,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.52700000000000002}]},{"osd":2,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.54100000000000004}]},{"osd":3,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.499}]},{"osd":4,"last update":"Fri Feb 23 00:20:21 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.53600000000000003}]},{"osd":5,"last update":"Fri Feb 23 00:20:24 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.56299999999999994}]},{"osd":7,"last update":"Fri Feb 23 00:20:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.55800000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-23T00:20:41.958 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-23T00:20:41.958 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-23T00:20:41.958 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-23T00:20:41.959 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph health --format=json 2024-02-23T00:20:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:41 smithi100 conmon[37928]: cluster 2024-02-23T00:20:40.808909+0000 mgr.smithi100.rjsfuw (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:41 smithi100 conmon[37928]: audit 2024-02-23T00:20:41.321111+0000 mgr.smithi100.rjsfuw (mgr.14180) 150 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:20:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:41 smithi144 conmon[43533]: cluster 2024-02-23T00:20:40.808909+0000 mgr.smithi100.rjsfuw (mgr.14180) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:41 smithi144 conmon[43533]: audit 2024-02-23T00:20:41.321111+0000 mgr.smithi100.rjsfuw (mgr.14180) 150 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:20:42.291 INFO:teuthology.orchestra.run.smithi100.stderr:Inferring config /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/mon.smithi100/config 2024-02-23T00:20:43.904 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:20:44.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:43 smithi100 conmon[37928]: cluster 2024-02-23T00:20:42.809275+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:20:44.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:43 smithi100 conmon[37928]: mgr.14180) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:44.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:43 smithi100 conmon[37928]: audit 2024-02-23T00:20:43.903312+0000 mon.smithi100 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.100:0/1311914920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-23T00:20:44.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:43 smithi144 conmon[43533]: cluster 2024-02-23T00:20:42.809275+0000 mgr.smithi100.rjsfuw (mgr.14180) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:44.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:43 smithi144 conmon[43533]: audit 2024-02-23T00:20:43.903312+0000 mon.smithi100 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.100:0/1311914920' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-23T00:20:44.539 INFO:teuthology.orchestra.run.smithi100.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-23T00:20:44.539 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-23T00:20:44.540 INFO:tasks.cephadm:Setup complete, yielding 2024-02-23T00:20:44.540 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:20:44.553 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi100.front.sepia.ceph.com 2024-02-23T00:20:44.554 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch status' 2024-02-23T00:20:46.073 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:45 smithi100 conmon[37928]: cluster 2024-02-23T00:20:44.809580+0000 mgr.smithi100.rjsfuw (mgr.14180) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:46.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:45 smithi144 conmon[43533]: cluster 2024-02-23T00:20:44.809580+0000 mgr.smithi100.rjsfuw (mgr.14180) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:46.457 INFO:teuthology.orchestra.run.smithi100.stdout:Backend: cephadm 2024-02-23T00:20:46.458 INFO:teuthology.orchestra.run.smithi100.stdout:Available: Yes 2024-02-23T00:20:46.458 INFO:teuthology.orchestra.run.smithi100.stdout:Paused: No 2024-02-23T00:20:47.066 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-23T00:20:47.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:46 smithi100 conmon[37928]: audit 2024-02-23T00:20:46.456694+0000 mgr.smithi100.rjsfuw (mgr.14180) 153 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:47.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:46 smithi144 conmon[43533]: audit 2024-02-23T00:20:46.456694+0000 mgr.smithi100.rjsfuw (mgr.14180) 153 : audit 2024-02-23T00:20:47.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:46 smithi144 conmon[43533]: [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:48.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:47 smithi100 conmon[37928]: cluster 2024-02-23T00:20:46.809929+0000 mgr.smithi100.rjsfuw (mgr.14180) 154 : cluster 2024-02-23T00:20:48.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:47 smithi100 conmon[37928]: [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:48.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:47 smithi144 conmon[43533]: cluster 2024-02-23T00:20:46.809929+0000 mgr.smithi100.rjsfuw (mgr.14180) 154 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:alertmanager.smithi100 smithi100 *:9093,9094 running (2m) 76s ago 4m - - 0.23.0 ba2b418f427c 07f992b2eeb6 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:crash.smithi100 smithi100 running (3m) 76s ago 3m - - 16.2.14-550-geb66ed92 7403d1862307 169cbeb31bae 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:crash.smithi144 smithi144 running (3m) 80s ago 3m 7465k - 16.2.14-550-geb66ed92 7403d1862307 3c0dff8af3ac 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:grafana.smithi100 smithi100 *:3000 running (2m) 76s ago 3m - - 8.3.5 dad864ee21e9 5ed834091754 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:mgr.smithi100.rjsfuw smithi100 *:9283 running (5m) 76s ago 5m - - 16.2.14-550-geb66ed92 7403d1862307 6cec87d3ca2f 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:mgr.smithi144.hkyxro smithi144 *:8443,9283 running (2m) 80s ago 2m 392M - 16.2.14-550-geb66ed92 7403d1862307 beae11beec2d 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:mon.smithi100 smithi100 running (5m) 76s ago 5m - 2048M 16.2.14-550-geb66ed92 7403d1862307 bfcafa97c99c 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:mon.smithi144 smithi144 running (2m) 80s ago 2m 66.2M 2048M 16.2.14-550-geb66ed92 7403d1862307 f9de53b43646 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:node-exporter.smithi100 smithi100 *:9100 running (3m) 76s ago 3m - - 1.3.1 1dbe0e931976 2c051403202c 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:node-exporter.smithi144 smithi144 *:9100 running (2m) 80s ago 2m 23.5M - 1.3.1 1dbe0e931976 ab1edb84e11f 2024-02-23T00:20:48.971 INFO:teuthology.orchestra.run.smithi100.stdout:osd.0 smithi144 running (111s) 80s ago 110s 30.8M 3990M 16.2.14-550-geb66ed92 7403d1862307 a0ede616539e 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.1 smithi100 running (107s) 76s ago 107s - 3222M 16.2.14-550-geb66ed92 7403d1862307 0623018e5aea 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.2 smithi144 running (106s) 80s ago 105s 32.8M 3990M 16.2.14-550-geb66ed92 7403d1862307 156d7e02da97 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.3 smithi100 running (100s) 76s ago 99s - 3222M 16.2.14-550-geb66ed92 7403d1862307 2c28f18d3e6e 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.4 smithi144 running (101s) 80s ago 100s 32.8M 3990M 16.2.14-550-geb66ed92 7403d1862307 cb6282409d7a 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.5 smithi100 running (93s) 76s ago 92s - 3222M 16.2.14-550-geb66ed92 7403d1862307 3c0b22480b4e 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.6 smithi144 running (95s) 80s ago 95s 30.7M 3990M 16.2.14-550-geb66ed92 7403d1862307 9b4bc0c2f606 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:osd.7 smithi100 running (85s) 76s ago 85s - 3222M 16.2.14-550-geb66ed92 7403d1862307 52b77e02ad62 2024-02-23T00:20:48.972 INFO:teuthology.orchestra.run.smithi100.stdout:prometheus.smithi100 smithi100 *:9095 running (2m) 76s ago 3m - - 2.33.4 514e6a882f6e 35b9d2ab38fd 2024-02-23T00:20:49.692 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-23T00:20:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:49 smithi100 conmon[37928]: cluster 2024-02-23T00:20:48.810239+0000 mgr.smithi100.rjsfuw 2024-02-23T00:20:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:49 smithi100 conmon[37928]: (mgr.14180) 155 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:49 smithi100 conmon[37928]: audit 2024-02-23T00:20:48.961839+0000 mgr.smithi100.rjsfuw (mgr.14180) 156 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:50.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:49 smithi100 conmon[37928]: audit 2024-02-23T00:20:49.610356+0000 mon.smithi100 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:20:50.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:49 smithi144 conmon[43533]: cluster 2024-02-23T00:20:48.810239+0000 mgr.smithi100.rjsfuw (mgr.14180) 155 : cluster 2024-02-23T00:20:50.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:49 smithi144 conmon[43533]: [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:50.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:49 smithi144 conmon[43533]: audit 2024-02-23T00:20:48.961839+0000 mgr.smithi100.rjsfuw (mgr.14180) 156 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:50.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:49 smithi144 conmon[43533]: audit 2024-02-23T00:20:49.610356+0000 mon.smithi100 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:alertmanager ?:9093,9094 1/1 79s ago 4m count:1 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:crash 2/2 79s ago 4m * 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:grafana ?:3000 1/1 79s ago 4m count:1 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:mgr 2/2 79s ago 4m count:2 2024-02-23T00:20:52.001 INFO:teuthology.orchestra.run.smithi100.stdout:mon 2/2 79s ago 3m smithi100:172.21.15.100=smithi100;smithi144:172.21.15.144=smithi144;count:2 2024-02-23T00:20:52.002 INFO:teuthology.orchestra.run.smithi100.stdout:node-exporter ?:9100 2/2 79s ago 4m * 2024-02-23T00:20:52.002 INFO:teuthology.orchestra.run.smithi100.stdout:osd.all-available-devices 8 79s ago 2m * 2024-02-23T00:20:52.002 INFO:teuthology.orchestra.run.smithi100.stdout:prometheus ?:9095 1/1 79s ago 4m count:1 2024-02-23T00:20:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:52 smithi100 conmon[37928]: cluster 2024-02-23T00:20:50.810582+0000 mgr.smithi100.rjsfuw (mgr.14180) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:52 smithi100 conmon[37928]: audit 2024-02-23T00:20:51.226202+0000 mon.smithi100 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:52.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:52 smithi144 conmon[43533]: cluster 2024-02-23T00:20:50.810582+0000 mgr.smithi100.rjsfuw (mgr.14180) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:52.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:52 smithi144 conmon[43533]: audit 2024-02-23T00:20:51.226202+0000 mon.smithi100 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:52.863 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-23T00:20:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:53 smithi144 conmon[43533]: audit 2024-02-23T00:20:51.996373+0000 mgr.smithi100.rjsfuw (mgr.14180) 158 : 2024-02-23T00:20:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:53 smithi144 conmon[43533]: audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:53.514 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:53 smithi100 conmon[37928]: audit 2024-02-23T00:20:51.996373+0000 mgr.smithi100.rjsfuw (mgr.14180) 158 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:54.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:54 smithi100 conmon[37928]: cluster 2024-02-23T00:20:52.810854+0000 mgr.smithi100.rjsfuw (mgr.14180) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:54.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:54 smithi144 conmon[43533]: cluster 2024-02-23T00:20:52.810854+0000 mgr.smithi100.rjsfuw (mgr.14180) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:55.297 INFO:teuthology.orchestra.run.smithi100.stdout:HOST ADDR LABELS STATUS 2024-02-23T00:20:55.297 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 172.21.15.100 2024-02-23T00:20:55.297 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 172.21.15.144 2024-02-23T00:20:55.297 INFO:teuthology.orchestra.run.smithi100.stdout:2 hosts in cluster 2024-02-23T00:20:55.912 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-23T00:20:56.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: cluster 2024-02-23T00:20:54.811322+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:20:56.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: 160 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:56.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:54.883920+0000 mon.smithi100 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:56.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:55.214490+0000 mon.smithi100 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:20:56.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:55.215110+0000 mon.smithi100 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:20:56.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:55.219566+0000 mon.smithi100 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:56.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:55.222871+0000 mon.smithi100 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:20:56.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:55 smithi100 conmon[37928]: audit 2024-02-23T00:20:55.295050+0000 mgr.smithi100.rjsfuw (mgr.14180) 161 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:56.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: cluster 2024-02-23T00:20:54.811322+0000 mgr.smithi100.rjsfuw (mgr.14180) 160 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024-02-23T00:20:54.883920+0000 mon.smithi100 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024-02-23T00:20: 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: 55.214490+0000 mon.smithi100 (mon.0) 601 : audit [DBG] 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: 23T00:20:55.215110+0000 mon.smithi100 ( 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: 02-23T00:20:55.219566+0000 mon.smithi100 ( 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:20:56.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:20:56.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: 02-23T00:20:55.222871+0000 2024-02-23T00:20:56.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: mon.smithi100 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:20:56.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:20:56.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: 02-23T00:20:55.295050+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:20:56.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:55 smithi144 conmon[43533]: mgr.14180) 161 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:57.788 INFO:teuthology.orchestra.run.smithi100.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-23T00:20:57.788 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400WR400BGN 372G 80s ago Has a FileSystem, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme1n1 ssd Linux_cd9ee7aa3ee3a3b9d3e0 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme2n1 ssd Linux_437e1376e2399cf68036 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme3n1 ssd Linux_174e5f67f0bb6ffd2479 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme4n1 ssd Linux_32d735b8cdc50e807c2d 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62050085400BGN 372G 85s ago Has a FileSystem, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme1n1 ssd Linux_abf34217d1e31c831440 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme2n1 ssd Linux_bb118bf33c92133676b2 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme3n1 ssd Linux_e44e9fd8b05c344c7bd4 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:57.789 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme4n1 ssd Linux_fab6ea0676f4b8d84886 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:20:58.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:57 smithi100 conmon[37928]: cluster 2024-02-23T00:20:56.811650+0000 mgr.smithi100.rjsfuw (mgr.14180) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:58.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:57 smithi144 conmon[43533]: cluster 2024-02-23T00:20:56.811650+0000 mgr.smithi100.rjsfuw (mgr.14180) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:20:58.411 INFO:teuthology.run_tasks:Running task vip... 2024-02-23T00:20:58.421 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-23T00:20:58.421 INFO:tasks.vip:peername 172.21.15.100 2024-02-23T00:20:58.425 INFO:tasks.vip:172.21.15.100 in 172.21.0.0/20, pos 3939 2024-02-23T00:20:58.430 INFO:tasks.vip:smithi100.front.sepia.ceph.com static 10.0.15.100, vnet 10.0.0.0/16 2024-02-23T00:20:58.431 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-23T00:20:58.431 DEBUG:teuthology.orchestra.run.smithi100:> sudo ip route ls 2024-02-23T00:20:58.461 INFO:teuthology.orchestra.run.smithi100.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-23T00:20:58.461 INFO:teuthology.orchestra.run.smithi100.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.100 metric 100 2024-02-23T00:20:58.462 INFO:tasks.vip:Configuring 10.0.15.100 on smithi100.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:20:58.462 DEBUG:teuthology.orchestra.run.smithi100:> sudo ip addr add 10.0.15.100/16 dev enp3s0f1 2024-02-23T00:20:58.529 INFO:tasks.vip:peername 172.21.15.144 2024-02-23T00:20:58.532 INFO:tasks.vip:172.21.15.144 in 172.21.0.0/20, pos 3983 2024-02-23T00:20:58.536 INFO:tasks.vip:smithi144.front.sepia.ceph.com static 10.0.15.144, vnet 10.0.0.0/16 2024-02-23T00:20:58.536 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip route ls 2024-02-23T00:20:58.575 INFO:teuthology.orchestra.run.smithi144.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-23T00:20:58.575 INFO:teuthology.orchestra.run.smithi144.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.144 metric 100 2024-02-23T00:20:58.576 INFO:tasks.vip:Configuring 10.0.15.144 on smithi144.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:20:58.576 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr add 10.0.15.144/16 dev enp3s0f1 2024-02-23T00:20:58.648 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-23T00:20:58.657 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi100.front.sepia.ceph.com 2024-02-23T00:20:58.657 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-23T00:20:58.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:58 smithi100 conmon[37928]: audit 2024-02-23T00:20:57.785494+0000 mgr.smithi100.rjsfuw (mgr.14180) 163 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:20:59.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:58 smithi144 conmon[43533]: audit 2024-02-23T00:20:57.785494+0000 mgr.smithi100.rjsfuw (mgr.14180) 163 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:21:00.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:59 smithi100 conmon[37928]: cluster 2024-02-23T00:20:58.811957+0000 mgr.smithi100.rjsfuw (mgr.14180) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:00.162 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:20:59 smithi100 conmon[37928]: 2024-02-23T00:21:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:20:59 smithi144 conmon[43533]: cluster 2024-02-23T00:20:58.811957+0000 mgr.smithi100.rjsfuw (mgr.14180) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:00.532 INFO:teuthology.orchestra.run.smithi100.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400WR400BGN 372G 83s ago Has a FileSystem, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme1n1 ssd Linux_cd9ee7aa3ee3a3b9d3e0 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme2n1 ssd Linux_437e1376e2399cf68036 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme3n1 ssd Linux_174e5f67f0bb6ffd2479 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi100 /dev/nvme4n1 ssd Linux_32d735b8cdc50e807c2d 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62050085400BGN 372G 88s ago Has a FileSystem, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme1n1 ssd Linux_abf34217d1e31c831440 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme2n1 ssd Linux_bb118bf33c92133676b2 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme3n1 ssd Linux_e44e9fd8b05c344c7bd4 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:00.533 INFO:teuthology.orchestra.run.smithi100.stdout:smithi144 /dev/nvme4n1 ssd Linux_fab6ea0676f4b8d84886 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-23T00:21:01.145 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-23T00:21:01.179 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.100/16' 2024-02-23T00:21:01.180 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch apply -i - 2024-02-23T00:21:01.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:00 smithi100 conmon[37928]: audit 2024-02-23T00:21:00.552169+0000 mon.smithi100 (mon.0) 605 2024-02-23T00:21:01.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:00 smithi100 conmon[37928]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:21:01.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:00 smithi144 conmon[43533]: audit 2024-02-23T00:21:00.552169+0000 mon.smithi100 (mon 2024-02-23T00:21:01.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:00 smithi144 conmon[43533]: .0) 605 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:21:02.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:01 smithi100 conmon[37928]: audit 2024-02-23T00:21:00.529801+0000 mgr.smithi100.rjsfuw (mgr.14180) 165 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:21:02.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:01 smithi100 conmon[37928]: cluster 2024-02-23T00:21:00.812384+0000 mgr.smithi100.rjsfuw (mgr.14180) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:01 smithi144 conmon[43533]: audit 2024-02-23T00:21:00.529801+0000 mgr.smithi100.rjsfuw (mgr.14180) 165 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:21:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:01 smithi144 conmon[43533]: cluster 2024-02-23T00:21:00.812384+0000 mgr.smithi100.rjsfuw (mgr.14180) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:03.410 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:03 smithi144 conmon[43533]: audit 2024-02-23T00:21:02.174887+0000 mon.smithi100 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:03.529 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:03 smithi100 conmon[37928]: audit 2024-02-23T00:21:02.174887+0000 mon.smithi100 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:03.538 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled rgw.foo update... 2024-02-23T00:21:03.538 INFO:teuthology.orchestra.run.smithi100.stdout:Scheduled ingress.rgw.foo update... 2024-02-23T00:21:04.332 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-23T00:21:04.342 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-02-23T00:21:04.343 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:04 smithi100 conmon[37928]: cluster 2024-02-23T00:21:02.812721+0000 mgr.smithi100.rjsfuw (mgr.14180) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:04 smithi100 conmon[37928]: audit 2024-02-23T00:21:03.534326+0000 mon.smithi100 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:04 smithi100 conmon[37928]: audit 2024-02-23T00:21:03.537130+0000 mon.smithi100 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:04.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:04 smithi144 conmon[43533]: cluster 2024-02-23T00:21:02.812721+0000 mgr.smithi100.rjsfuw (mgr.14180) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:04.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:04 smithi144 conmon[43533]: audit 2024-02-23T00:21:03.534326+0000 mon.smithi100 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:04.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:04 smithi144 conmon[43533]: audit 2024-02-23T00:21:03.537130+0000 mon.smithi100 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:05 smithi100 conmon[37928]: audit 2024-02-23T00:21:03.527104+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:21:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:05 smithi100 conmon[37928]: 168 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:21:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:05 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:03.530717+0000 mgr.smithi100.rjsfuw (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-23T00:21:05.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:05 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:03.534702+0000 mgr.smithi100.rjsfuw (mgr.14180) 170 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-23T00:21:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:05 smithi144 conmon[43533]: audit 2024-02-23T00:21:03.527104+0000 mgr.smithi100.rjsfuw (mgr.14180) 168 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-23T00:21:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:05 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:03.530717+0000 mgr.smithi100.rjsfuw (mgr.14180) 169 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-23T00:21:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:05 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:03.534702+0000 mgr.smithi100.rjsfuw (mgr.14180) 170 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-23T00:21:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:06 smithi100 conmon[37928]: cluster 2024-02-23T00:21:04.813174+0000 mgr.smithi100.rjsfuw (mgr.14180) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:06 smithi100 conmon[37928]: 2024-02-23T00:21:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:06 smithi100 conmon[37928]: audit 2024-02-23T00:21:05.464675+0000 mon.smithi100 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:06 smithi100 conmon[37928]: audit 2024-02-23T00:21:06.211274+0000 mon.smithi100 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:06 smithi144 conmon[43533]: cluster 2024-02-23T00:21:04.813174+0000 mgr.smithi100.rjsfuw (mgr.14180) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:06 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:21:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:06 smithi144 conmon[43533]: 23T00:21:05.464675+0000 mon.smithi100 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:06 smithi144 conmon[43533]: audit 2024-02-23T00:21:06.211274+0000 mon.smithi100 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:06.844 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:06.844 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:03.530735Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:07.766 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:08 smithi100 conmon[37928]: cluster 2024-02-23T00:21:06.813462+0000 mgr.smithi100.rjsfuw (mgr.14180) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:08.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:08 smithi100 conmon[37928]: audit 2024-02-23T00:21:06.839835+0000 mgr.smithi100.rjsfuw (mgr.14180) 173 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:08.767 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:08.778 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:08 smithi144 conmon[43533]: cluster 2024-02-23T00:21:06.813462+0000 mgr.smithi100.rjsfuw (mgr.14180) 172 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:08.779 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:08 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:08.779 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:08 smithi144 conmon[43533]: 02-23T00:21:06.839835+0000 mgr.smithi100.rjsfuw (mgr.14180) 173 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:10.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:10 smithi100 conmon[37928]: cluster 2024-02-23T00:21:08.813814+0000 mgr.smithi100.rjsfuw (mgr.14180) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:10 smithi144 conmon[43533]: cluster 2024-02-23T00:21:08.813814+0000 mgr.smithi100.rjsfuw (mgr.14180) 174 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:11.090 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:11.090 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:11.768 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.673385+0000 mon.smithi100 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.674174+0000 mon.smithi100 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.674726+0000 mon.smithi100 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.678265+0000 mon.smithi100 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.681848+0000 mon.smithi100 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:10.685584+0000 mgr.smithi100.rjsfuw (mgr.14180) 175 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.690643+0000 mon.smithi100 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.907 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.691078+0000 mon.smithi100 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.xgxqwp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.693637+0000 mon.smithi100 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.xgxqwp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.700265+0000 mon.smithi100 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:10.700768+0000 mon.smithi100 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:10.701297+0000 mgr.smithi100.rjsfuw (mgr.14180) 176 : cephadm [INF] Deploying daemon rgw.foo.smithi144.xgxqwp on smithi144 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: cluster 2024-02-23T00:21:10.814177+0000 mgr.smithi100.rjsfuw (mgr.14180) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:11.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:11 smithi144 conmon[43533]: audit 2024-02-23T00:21:11.086159+0000 mgr.smithi100.rjsfuw (mgr.14180) 178 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.673385+0000 mon.smithi100 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.674174+0000 mon.smithi100 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.674726+0000 mon.smithi100 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.678265+0000 mon.smithi100 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.681848+0000 mon.smithi100 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:21:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:10.685584+0000 mgr.smithi100.rjsfuw (mgr.14180) 175 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.690643+0000 mon.smithi100 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: 02-23T00:21:10.691078+0000 mon.smithi100 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.xgxqwp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00: 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: 21:10.693637+0000 mon.smithi100 (mon.0) 618 : audit [INF] 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.xgxqwp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02-23T00:21:10.700265+0000 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: mon.smithi100 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: -02-23T00:21:10.700768+0000 mon.smithi100 (mon. 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: 0) 620 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: cephadm 2024-02-23T 2024-02-23T00:21:11.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: 00:21:10.701297+0000 mgr.smithi100.rjsfuw (mgr.14180) 176 : 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: cephadm [INF] Deploying daemon rgw.foo.smithi144.xgxqwp on smithi144 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: cluster 2024-02-23T00:21:10.814177 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: -23T00:21:11.086159+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:21:11.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:11 smithi100 conmon[37928]: ) 178 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:12.770 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: cluster 2024-02-23T00:21:12.814467+0000 mgr.smithi100.rjsfuw (mgr.14180) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: -23T00:21:12.989990+0000 mon.smithi100 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:12.991274+0000 mon.smithi100 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.aonczl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:12.995364+0000 mon.smithi100 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.aonczl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:12.999438+0000 mon.smithi100 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:13.000183+0000 mon.smithi100 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:13.000757+0000 mgr.smithi100.rjsfuw (mgr.14180) 180 : cephadm [INF] Deploying daemon rgw.foo.smithi100.aonczl on smithi100 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: cluster 2024-02-23T00:21:13.039491+0000 mon.smithi100 (mon.0) 626 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:13.042742+0000 mon.smithi144 (mon.1) 17 : audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-23T00:21:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:13 smithi144 conmon[43533]: audit 2024-02-23T00:21:13.052559+0000 mon.smithi100 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-23T00:21:14.342 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: cluster 2024-02-23T00:21:12.814467+0000 mgr.smithi100.rjsfuw (mgr.14180) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:14.342 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:12.989990+0000 mon.smithi100 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:14.342 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:12.991274+0000 mon.smithi100 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.aonczl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:14.342 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:12.995364+0000 mon.smithi100 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.aonczl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:12.999438+0000 mon.smithi100 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:13.000183+0000 mon.smithi100 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:13.000757+0000 mgr.smithi100.rjsfuw (mgr.14180) 180 : cephadm [INF] Deploying daemon rgw.foo.smithi100.aonczl on smithi100 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: cluster 2024-02-23T00:21:13.039491+0000 mon.smithi100 (mon.0) 626 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:13.042742+0000 mon.smithi144 (mon.1) 17 : audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-23T00:21:14.343 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:13 smithi100 conmon[37928]: audit 2024-02-23T00:21:13.052559+0000 mon.smithi100 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-23T00:21:15.352 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:15 smithi100 conmon[37928]: audit 2024-02-23T00:21:14.044225+0000 mon.smithi100 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-23T00:21:15.352 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:15 smithi100 conmon[37928]: cluster 2024-02-23T00:21:14.044320+0000 mon.smithi100 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-23T00:21:15.431 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:15.431 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:15 smithi144 conmon[43533]: audit 2024-02-23T00:21:14.044225+0000 mon.smithi100 (mon.0) 2024-02-23T00:21:15.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:15 smithi144 conmon[43533]: 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-23T00:21:15.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:15 smithi144 conmon[43533]: cluster 2024-02-23T00:21:14.044320+0000 mon.smithi100 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-23T00:21:15.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:15 smithi144 conmon[43533]: 2024-02-23T00:21:16.099 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:16.329 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:16 smithi100 conmon[37928]: cluster 2024-02-23T00:21:14.815140+0000 mgr.smithi100.rjsfuw (mgr.14180) 181 : cluster [DBG] pgmap v149: 33 pgs: 20 active+clean, 6 creating+peering, 7 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:16.330 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:16 smithi100 conmon[37928]: cluster 2024-02-23T00:21:15.048235+0000 mon.smithi100 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-23T00:21:16.330 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:16 smithi100 conmon[37928]: audit 2024-02-23T00:21:15.050719+0000 mon.smithi144 (mon.1) 18 : audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-23T00:21:16.330 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:16 smithi100 conmon[37928]: audit 2024-02-23T00:21:15.052397+0000 mon.smithi100 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-23T00:21:16.330 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:16 smithi100 conmon[37928]: audit 2024-02-23T00:21:15.425494+0000 mgr.smithi100.rjsfuw (mgr.14180) 182 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:16.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: cluster 2024-02-23T00:21:14.815140+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:21:16.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: ) 181 : cluster [DBG] pgmap v149: 33 pgs: 20 active+clean, 6 creating+peering, 7 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:16.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: cluster 2024-02-23T00:21:15.048235+0000 mon.smithi100 (mon.0) 630 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: audit 2024-02-23T00:21:15.050719+0000 mon.smithi144 (mon.1) 18 : 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: audit 2024-02-23T00:21:15.052397+0000 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: mon.smithi100 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: -23T00:21:15.425494+0000 mgr.smithi100.rjsfuw (mgr.14180) 182 : audit [DBG] 2024-02-23T00:21:16.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:16 smithi144 conmon[43533]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:17.101 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:17.324 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024-02-23T00:21:16.048917+0000 mon.smithi100 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: cluster 2024-02-23T00:21:16.049020+0000 mon.smithi100 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024-02-23T00:21:16.759178+0000 mon.smithi100 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024-02-23T00:21:16.760361+0000 mon.smithi100 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.lfbzmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024-02-23T00:21:16.765273+0000 mon.smithi100 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.lfbzmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024-02-23T00:21:16.771228+0000 mon.smithi100 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: 02-23T00:21:16.771780+0000 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: mon.smithi100 (mon.0) 638 : audit [DBG] 2024-02-23T00:21:17.325 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:17 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:17.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024-02-23T00:21:16.048917+0000 mon.smithi100 (mon.0) 632 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: cluster 2024-02-23T00:21:16.049020+0000 mon.smithi100 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024-02-23T00:21:16.759178+0000 mon.smithi100 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024-02-23T00:21:16.760361+0000 mon.smithi100 (mon.0) 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: 635 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.lfbzmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024-02-23T00 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: :21:16.765273+0000 mon.smithi100 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi144.lfbzmq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: T00:21:16.771228+0000 mon.smithi100 (mon.0) 637 : audit [INF] 2024-02-23T00:21:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:17.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: audit 2024 2024-02-23T00:21:17.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: -02-23T00:21:16.771780+0000 mon.smithi100 (mon 2024-02-23T00:21:17.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:17 smithi100 conmon[37928]: .0) 638 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:18.423 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:16.772260+0000 mgr.smithi100.rjsfuw (mgr.14180) 183 : cephadm [INF] Deploying daemon rgw.foo.smithi144.lfbzmq on smithi144 2024-02-23T00:21:18.423 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: cluster 2024-02-23T00:21:16.815372+0000 mgr.smithi100.rjsfuw (mgr.14180) 184 : cluster [DBG] pgmap v152: 65 pgs: 27 active+clean, 13 creating+peering, 25 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:18.424 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: cluster 2024-02-23T00:21:17.063616+0000 mon.smithi100 (mon.0) 639 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-23T00:21:18.424 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: audit 2024-02-23T00:21:17.067004+0000 mon.smithi144 (mon.1) 19 : audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:18.424 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: audit 2024-02-23T00:21:17.067464+0000 mon.smithi100 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:18.424 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:18 smithi144 conmon[43533]: audit 2024-02-23T00:21:17.068335+0000 mon.smithi100 (mon.0) 641 : audit [INF] from='client.? 172.21.15.100:0/2269797731' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:16.772260+0000 mgr.smithi100.rjsfuw (mgr.14180) 183 : cephadm [INF] Deploying daemon rgw.foo.smithi144.lfbzmq on smithi144 2024-02-23T00:21:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: cluster 2024-02-23T00:21:16.815372+0000 mgr.smithi100.rjsfuw (mgr.14180) 184 : cluster [DBG] pgmap v152: 65 pgs: 27 active+clean, 13 creating+peering, 25 unknown; 873 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: cluster 2024-02-23T00:21:17.063616+0000 mon.smithi100 (mon.0) 639 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-23T00:21:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: audit 2024-02-23T00:21:17.067004+0000 mon.smithi144 (mon.1) 19 : audit [INF] from='client.? 172.21.15.144:0/3574518806' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: audit 2024-02-23T00:21:17.067464+0000 mon.smithi100 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:18.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:18 smithi100 conmon[37928]: audit 2024-02-23T00:21:17.068335+0000 mon.smithi100 (mon.0) 641 : audit [INF] from='client.? 172.21.15.100:0/2269797731' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-23T00:21:19.162 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:19.163 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:19 smithi100 conmon[37928]: audit 2024-02-23T00:21:18.066139+0000 mon.smithi100 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-23T00:21:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:19 smithi100 conmon[37928]: audit 2024-02-23T00:21:18.066312+0000 mon.smithi100 (mon.0) 643 : audit [INF] from='client.? 172.21.15.100:0/2269797731' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-23T00:21:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:19 smithi100 conmon[37928]: cluster 2024-02-23T00:21:18.066377+0000 mon.smithi100 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-23T00:21:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:19 smithi144 conmon[43533]: audit 2024-02-23T00:21:18.066139+0000 mon.smithi100 (mon.0) 642 : audit 2024-02-23T00:21:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:19 smithi144 conmon[43533]: [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-23T00:21:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:19 smithi144 conmon[43533]: audit 2024-02-23T00:21:18.066312+0000 mon.smithi100 (mon.0) 643 : audit [INF] from='client.? 172.21.15.100:0/2269797731' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-23T00:21:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:19 smithi144 conmon[43533]: cluster 2024-02-23T00:21:18.066377+0000 mon.smithi100 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-23T00:21:19.938 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: cluster 2024-02-23T00:21:18.815982+0000 mgr.smithi100.rjsfuw (mgr.14180) 185 : cluster [DBG] pgmap v155: 97 pgs: 47 active+clean, 7 creating+peering, 43 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.158642+0000 mgr.smithi100.rjsfuw (mgr.14180) 186 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: cluster 2024-02-23T00:21:19.309020+0000 mon.smithi100 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.311382+0000 mon.smithi144 (mon.1) 20 : audit [INF] from='client.? 172.21.15.144:0/1800232674' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.311562+0000 mon.smithi144 (mon.1) 21 : audit [INF] from='client.? 172.21.15.144:0/2469686123' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.311891+0000 mon.smithi100 (mon.0) 646 : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.316330+0000 mon.smithi100 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.316939+0000 mon.smithi100 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.317225+0000 mon.smithi100 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.317610+0000 mon.smithi100 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.erexrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.320245+0000 mon.smithi100 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.erexrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:20.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.323557+0000 mon.smithi100 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:20.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: audit 2024-02-23T00:21:19.324129+0000 mon.smithi100 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:20.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:20 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:19.324616+0000 mgr.smithi100.rjsfuw (mgr.14180) 187 : cephadm [INF] Deploying daemon rgw.foo.smithi100.erexrm on smithi100 2024-02-23T00:21:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: cluster 2024-02-23T00:21:18.815982+0000 mgr.smithi100.rjsfuw (mgr.14180) 185 : cluster [DBG] 2024-02-23T00:21:20.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: pgmap v155: 97 pgs: 47 active+clean, 7 creating+peering, 43 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.158642+0000 mgr.smithi100.rjsfuw (mgr.14180) 186 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: cluster 2024-02-23T00:21:19.309020+0000 mon.smithi100 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19. 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: 311382+0000 mon.smithi144 (mon.1) 20 : audit [INF] from='client.? 172.21.15.144:0/1800232674' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.311562+0000 mon.smithi144 (mon.1) 21 : audit [INF] from='client.? 172.21.15.144:0/2469686123' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.311891+0000 mon.smithi100 (mon.0) 646 : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.316330+0000 mon.smithi100 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.316939+0000 mon.smithi100 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.317225+0000 mon.smithi100 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.317610+0000 mon.smithi100 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.erexrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.320245+0000 mon.smithi100 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi100.erexrm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.323557+0000 mon.smithi100 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: audit 2024-02-23T00:21:19.324129+0000 mon.smithi100 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:21:20.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:20 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:19.324616+0000 mgr.smithi100.rjsfuw (mgr.14180) 187 : cephadm [INF] Deploying daemon rgw.foo.smithi100.erexrm on smithi100 2024-02-23T00:21:20.940 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:21.687 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.306907+0000 mon.smithi100 (mon.0) 654 : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.307042+0000 mon.smithi100 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.307135+0000 mon.smithi100 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: cluster 2024-02-23T00:21:20.307213+0000 mon.smithi100 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.314410+0000 mon.smithi100 (mon.0) 658 : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.322278+0000 mon.smithi144 (mon.1) 22 : audit [INF] from='client.? 172.21.15.144:0/2469686123' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.322797+0000 mon.smithi100 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.323465+0000 mon.smithi144 (mon.1) 23 : audit [INF] from='client.? 172.21.15.144:0/1800232674' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:21 smithi100 conmon[37928]: audit 2024-02-23T00:21:20.325327+0000 mon.smithi100 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024-02-23T00:21:20.306907+0000 mon.smithi100 (mon.0) 654 : audit 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024-02-23T00:21:20.307042+0000 mon.smithi100 (mon.0) 655 : 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 2024-02-23T00:21:20 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: .307135+0000 mon.smithi100 (mon.0) 656 : audit [INF] 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: cluster 2024-02 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: -23T00:21:20.307213+0000 mon.smithi100 ( 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:21.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 02-23T00:21:20.314410+0000 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.smithi100 (mon.0) 658 : audit 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 02-23T00:21:20.322278+0000 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.smithi144 (mon.1) 22 : audit [INF] 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: from='client.? 172.21.15.144:0/2469686123' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 02-23T00:21:20.322797+0000 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.smithi100 (mon.0) 659 : audit 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:21.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 02-23T00:21:20.323465+0000 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.smithi144 (mon.1) 23 : audit 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: [INF] from='client.? 172.21.15.144:0/1800232674' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: 02-23T00:21:20.325327+0000 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: mon.smithi100 (mon.0) 660 : audit 2024-02-23T00:21:21.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:21 smithi144 conmon[43533]: [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-23T00:21:22.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:22 smithi100 conmon[37928]: cluster 2024-02-23T00:21:20.816609+0000 mgr.smithi100.rjsfuw (mgr.14180) 188 : cluster [DBG] pgmap v158: 129 pgs: 103 active+clean, 17 creating+peering, 9 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-02-23T00:21:22.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:22 smithi100 conmon[37928]: audit 2024-02-23T00:21:21.319001+0000 mon.smithi100 (mon.0) 661 : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:22 smithi100 conmon[37928]: audit 2024-02-23T00:21:21.319063+0000 mon.smithi100 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:22 smithi100 conmon[37928]: audit 2024-02-23T00:21:21.319130+0000 mon.smithi100 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:22 smithi100 conmon[37928]: cluster 2024-02-23T00:21:21.319173+0000 mon.smithi100 (mon.0) 664 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-23T00:21:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: cluster 2024-02-23T00:21:20.816609+0000 mgr.smithi100.rjsfuw (mgr.14180) 188 : 2024-02-23T00:21:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: cluster [DBG] pgmap v158: 129 pgs: 103 active+clean, 17 creating+peering, 9 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 1.2 KiB/s wr, 7 op/s 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: audit 2024-02-23T00:21:21.319001+0000 mon.smithi100 (mon.0) 661 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: : audit [INF] from='client.? 172.21.15.100:0/1933926384' entity='client.rgw.foo.smithi100.aonczl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: audit 2024-02-23T00:21:21.319063 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.lfbzmq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: 23T00:21:21.319130+0000 mon.smithi100 (mon. 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: 0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi144.xgxqwp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: cluster 2024-02 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: -23T00:21:21.319173+0000 mon.smithi100 (mon.0) 664 : cluster 2024-02-23T00:21:22.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:22 smithi144 conmon[43533]: [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-23T00:21:23.802 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:23.802 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:24.632 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:24 smithi100 conmon[37928]: cluster 2024-02-23T00:21:22.817296+0000 mgr.smithi100.rjsfuw (mgr.14180) 189 : cluster [DBG] pgmap v160: 129 pgs: 103 active+clean, 17 creating+peering, 9 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2024-02-23T00:21:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:24 smithi100 conmon[37928]: audit 2024-02-23T00:21:23.409927+0000 mon.smithi100 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:24 smithi100 conmon[37928]: audit 2024-02-23T00:21:23.417254+0000 mon.smithi100 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:24 smithi100 conmon[37928]: cephadm 2024-02-23T00:21:23.427870+0000 mgr.smithi100.rjsfuw (mgr.14180) 190 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.kowmnu on smithi144 2024-02-23T00:21:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:24 smithi100 conmon[37928]: audit 2024-02-23T00:21:23.962237+0000 mon.smithi100 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:24 smithi144 conmon[43533]: cluster 2024-02-23T00:21:22.817296+0000 mgr.smithi100.rjsfuw (mgr.14180) 189 : cluster [DBG] pgmap v160: 129 pgs: 103 active+clean, 17 creating+peering, 9 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 1.1 KiB/s wr, 6 op/s 2024-02-23T00:21:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:24 smithi144 conmon[43533]: audit 2024-02-23T00:21:23.409927+0000 mon.smithi100 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:24 smithi144 conmon[43533]: audit 2024-02-23T00:21:23.417254+0000 mon.smithi100 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:24 smithi144 conmon[43533]: cephadm 2024-02-23T00:21:23.427870+0000 mgr.smithi100.rjsfuw (mgr.14180) 190 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.kowmnu on smithi144 2024-02-23T00:21:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:24 smithi144 conmon[43533]: audit 2024-02-23T00:21:23.962237+0000 mon.smithi100 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:25.634 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:25.668 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:25 smithi100 conmon[37928]: audit 2024-02-23T00:21:23.797250+0000 mgr.smithi100.rjsfuw (mgr.14180) 191 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:25.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:25 smithi144 conmon[43533]: audit 2024-02-23T00:21:23.797250+0000 mgr.smithi100.rjsfuw (mgr.14180) 191 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:26 smithi100 conmon[37928]: cluster 2024-02-23T00:21:24.817864+0000 mgr.smithi100.rjsfuw (mgr.14180) 192 : cluster [DBG] pgmap v161: 129 pgs: 125 active+clean, 4 creating+peering; 4.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 316 KiB/s rd, 4.7 KiB/s wr, 542 op/s 2024-02-23T00:21:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:26 smithi100 conmon[37928]: 2024-02-23T00:21:26.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:26 smithi144 conmon[43533]: cluster 2024-02-23T00:21:24.817864+0000 mgr.smithi100.rjsfuw (mgr.14180) 192 : cluster [DBG] pgmap v161: 129 pgs: 125 active+clean, 4 creating+peering; 4.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 316 KiB/s rd, 4.7 KiB/s wr, 542 op/s 2024-02-23T00:21:27.628 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:27.629 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:28.345 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:28 smithi100 conmon[37928]: cluster 2024-02-23T00:21:26.818382+0000 mgr.smithi100.rjsfuw (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; 330 KiB/s rd, 4.4 KiB/s wr, 565 op/s 2024-02-23T00:21:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:28 smithi144 conmon[43533]: cluster 2024-02-23T00:21:26.818382+0000 mgr.smithi100.rjsfuw (mgr.14180) 193 : cluster 2024-02-23T00:21:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:28 smithi144 conmon[43533]: [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 330 KiB/s rd, 4.4 KiB/s wr, 565 op/s 2024-02-23T00:21:29.346 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:29 smithi100 conmon[37928]: audit 2024-02-23T00:21:27.623435+0000 mgr.smithi100.rjsfuw (mgr.14180) 194 : 2024-02-23T00:21:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:29 smithi100 conmon[37928]: audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:29.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:29 smithi144 conmon[43533]: audit 2024-02-23T00:21:27.623435+0000 mgr.smithi100.rjsfuw (mgr.14180) 194 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:30.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:30 smithi100 conmon[37928]: cluster 2024-02-23T00:21:28.818968+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:21:30.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:30 smithi100 conmon[37928]: 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 322 KiB/s rd, 3.8 KiB/s wr, 545 op/s 2024-02-23T00:21:30.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:30 smithi144 conmon[43533]: cluster 2024-02-23T00:21:28.818968+0000 mgr.smithi100.rjsfuw (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; 322 KiB/s rd, 3.8 KiB/s wr, 545 op/s 2024-02-23T00:21:31.235 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:31.235 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:31.939 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:32 smithi100 conmon[37928]: cluster 2024-02-23T00:21:30.819572+0000 mgr.smithi100.rjsfuw (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; 319 KiB/s rd, 3.2 KiB/s wr, 531 op/s 2024-02-23T00:21:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:32 smithi100 conmon[37928]: audit 2024-02-23T00:21:31.229777+0000 mgr.smithi100.rjsfuw (mgr.14180) 197 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:32 smithi144 conmon[43533]: cluster 2024-02-23T00:21:30.819572+0000 mgr.smithi100.rjsfuw (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; 319 KiB/s rd, 3.2 KiB/s wr, 531 op/s 2024-02-23T00:21:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:32 smithi144 conmon[43533]: audit 2024-02-23T00:21:31.229777+0000 mgr.smithi100.rjsfuw (mgr.14180) 197 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:32.940 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:34.556 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:34 smithi100 conmon[37928]: cluster 2024-02-23T00:21:32.819989+0000 mgr.smithi100.rjsfuw (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; 277 KiB/s rd, 2.8 KiB/s wr, 462 op/s 2024-02-23T00:21:34.556 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:34 smithi100 conmon[37928]: audit 2024-02-23T00:21:34.556 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:34 smithi100 conmon[37928]: 2024-02-23T00:21:33.969349+0000 mon.smithi100 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:34 smithi144 conmon[43533]: cluster 2024-02-23T00:21:32.819989+0000 mgr.smithi100.rjsfuw (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; 277 KiB/s rd, 2.8 KiB/s wr, 462 op/s 2024-02-23T00:21:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:34 smithi144 conmon[43533]: audit 2024-02-23T00:21:33.969349+0000 mon.smithi100 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:21:34.926 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:34.926 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:35.670 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:36.672 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:36.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:36 smithi100 conmon[37928]: cluster 2024-02-23T00:21:34.820504+0000 mgr.smithi100.rjsfuw (mgr.14180) 199 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 282 KiB/s rd, 2.7 KiB/s wr, 467 op/s 2024-02-23T00:21:36.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:36 smithi100 conmon[37928]: audit 2024-02-23T00:21:34.920932+0000 mgr.smithi100.rjsfuw (mgr.14180) 200 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:36 smithi144 conmon[43533]: cluster 2024-02-23T00:21:34.820504+0000 mgr.smithi100.rjsfuw (mgr.14180) 199 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 282 KiB/s rd, 2.7 KiB/s wr, 467 op/s 2024-02-23T00:21:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:36 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:21:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:36 smithi144 conmon[43533]: -23T00:21:34.920932+0000 mgr.smithi100.rjsfuw (mgr.14180) 200 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:38.663 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:38.663 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:38.693 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:38 smithi100 conmon[37928]: cluster 2024-02-23T00:21:36.820981+0000 mgr.smithi100.rjsfuw (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; 132 KiB/s rd, 426 B/s wr, 207 op/s 2024-02-23T00:21:38.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:38 smithi144 conmon[43533]: cluster 2024-02-23T00:21:36.820981+0000 mgr.smithi100.rjsfuw (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; 132 KiB/s rd, 426 B/s wr, 207 op/s 2024-02-23T00:21:39.346 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:40.347 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:40 smithi100 conmon[37928]: audit 2024-02-23T00:21:38.656820+0000 mgr.smithi100.rjsfuw (mgr.14180) 202 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:40.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:40 smithi100 conmon[37928]: cluster 2024-02-23T00:21:38.821378+0000 mgr.smithi100.rjsfuw (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; 86 KiB/s rd, 0 B/s wr, 128 op/s 2024-02-23T00:21:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:40 smithi144 conmon[43533]: audit 2024-02-23T00:21:38.656820+0000 mgr.smithi100.rjsfuw (mgr.14180) 202 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:40 smithi144 conmon[43533]: cluster 2024-02-23T00:21:38.821378+0000 mgr.smithi100.rjsfuw (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; 86 KiB/s rd, 0 B/s wr, 128 op/s 2024-02-23T00:21:42.298 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:42.298 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:42.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:42 smithi100 conmon[37928]: cluster 2024-02-23T00:21:40.821940+0000 mgr.smithi100.rjsfuw (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; 64 KiB/s rd, 0 B/s wr, 96 op/s 2024-02-23T00:21:42.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:42 smithi144 conmon[43533]: cluster 2024-02-23T00:21:40.821940+0000 mgr.smithi100.rjsfuw (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; 64 KiB/s rd, 0 B/s wr, 96 op/s 2024-02-23T00:21:42.971 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:43 smithi144 conmon[43533]: audit 2024-02-23T00:21:42.293848+0000 mgr.smithi100.rjsfuw (mgr.14180) 205 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:43.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:43 smithi100 conmon[37928]: audit 2024-02-23T00:21:42.293848+0000 mgr.smithi100.rjsfuw (mgr.14180) 205 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:43.972 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:44.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:44 smithi144 conmon[43533]: cluster 2024-02-23T00:21:42.822277+0000 mgr.smithi100.rjsfuw (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; 27 KiB/s rd, 0 B/s wr, 40 op/s 2024-02-23T00:21:44.830 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:44 smithi100 conmon[37928]: cluster 2024-02-23T00:21:42.822277+0000 mgr.smithi100.rjsfuw (mgr.14180) 206 2024-02-23T00:21:44.830 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:44 smithi100 conmon[37928]: : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 40 op/s 2024-02-23T00:21:45.882 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:45.882 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:46.587 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:46 smithi144 conmon[43533]: cluster 2024-02-23T00:21:44.822821+0000 mgr.smithi100.rjsfuw (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; 27 KiB/s rd, 0 B/s wr, 40 op/s 2024-02-23T00:21:46.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:46 smithi100 conmon[37928]: cluster 2024-02-23T00:21:44.822821+0000 mgr.smithi100.rjsfuw (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; 27 KiB/s rd, 0 B/s wr, 40 op/s 2024-02-23T00:21:47.588 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:47 smithi144 conmon[43533]: audit 2024-02-23T00:21:45.877668+0000 mgr.smithi100.rjsfuw (mgr.14180) 208 : audit [DBG] 2024-02-23T00:21:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:47 smithi144 conmon[43533]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:47.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:47 smithi100 conmon[37928]: audit 2024-02-23T00:21:45.877668+0000 mgr.smithi100.rjsfuw (mgr.14180) 208 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:48 smithi100 conmon[37928]: cluster 2024-02-23T00:21:46.823334+0000 mgr.smithi100.rjsfuw (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; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-23T00:21:48.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:48 smithi144 conmon[43533]: cluster 2024-02-23T00:21:46.823334+0000 mgr.smithi100.rjsfuw (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; 11 KiB/s rd, 0 B/s wr, 16 op/s 2024-02-23T00:21:49.477 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:49.477 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:50.236 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:50 smithi144 conmon[43533]: cluster 2024-02-23T00:21:48.823810+0000 mgr.smithi100.rjsfuw (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; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-23T00:21:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:50 smithi144 conmon[43533]: 2024-02-23T00:21:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:50 smithi144 conmon[43533]: audit 2024-02-23T00:21:49.472577+0000 mgr.smithi100.rjsfuw (mgr.14180) 211 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:50.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:50 smithi100 conmon[37928]: cluster 2024-02-23T00:21:48.823810+0000 mgr.smithi100.rjsfuw (mgr.14180) 210 : cluster 2024-02-23T00:21:50.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:50 smithi100 conmon[37928]: [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-23T00:21:50.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:50 smithi100 conmon[37928]: audit 2024-02-23T00:21:49.472577+0000 mgr.smithi100.rjsfuw (mgr.14180) 211 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:51.238 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:52.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:52 smithi144 conmon[43533]: cluster 2024-02-23T00:21:50.824497+0000 mgr.smithi100.rjsfuw (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; 1.3 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-23T00:21:52.812 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:52 smithi100 conmon[37928]: cluster 2024-02-23T00:21:50.824497+0000 mgr.smithi100.rjsfuw (mgr.14180) 212 : cluster [DBG] 2024-02-23T00:21:52.813 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:52 smithi100 conmon[37928]: pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-23T00:21:53.231 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:53.232 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:53.885 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:54 smithi144 conmon[43533]: cluster 2024-02-23T00:21:52.824820+0000 mgr.smithi100.rjsfuw (mgr.14180) 213 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:54 smithi144 conmon[43533]: audit 2024-02-23T00:21:53.226926+0000 mgr.smithi100.rjsfuw (mgr.14180) 214 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:54.887 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:54.920 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:54 smithi100 conmon[37928]: cluster 2024-02-23T00:21:52.824820+0000 mgr.smithi100.rjsfuw (mgr.14180) 213 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:54.920 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:54 smithi100 conmon[37928]: audit 2024-02-23T00:21:53.226926+0000 mgr.smithi100.rjsfuw (mgr.14180) 214 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:56.745 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:56 smithi100 conmon[37928]: cluster 2024-02-23T00:21:54.825563+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:21:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:56 smithi144 conmon[43533]: cluster 2024-02-23T00:21:54.825563+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:21:57.117 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:21:57.117 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:21:57.810 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:21:58.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:58 smithi144 conmon[43533]: cluster 2024-02-23T00:21:56.826266+0000 mgr.smithi100.rjsfuw (mgr.14180) 216 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:58.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:21:58 smithi144 conmon[43533]: audit 2024-02-23T00:21:57.112464+0000 mgr.smithi100.rjsfuw (mgr.14180) 217 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:21:58.812 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:21:58.846 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:58 smithi100 conmon[37928]: cluster 2024-02-23T00:21:56.826266+0000 mgr.smithi100.rjsfuw (mgr.14180) 216 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:21:58.846 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:21:58 smithi100 conmon[37928]: audit 2024-02-23T00:21:57.112464+0000 mgr.smithi100.rjsfuw (mgr.14180) 217 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:00.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:00 smithi100 conmon[37928]: cluster 2024-02-23T00:21:58.826789+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:00.734 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:00.734 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:00 smithi144 conmon[43533]: cluster 2024-02-23T00:21:58.826789+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:01.427 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:02.429 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:02 smithi144 conmon[43533]: audit 2024-02-23T00:22:00.730390+0000 mgr.smithi100.rjsfuw (mgr.14180) 219 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:02 smithi144 conmon[43533]: cluster 2024-02-23T00:22:00.827600+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:02.885 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:02 smithi100 conmon[37928]: audit 2024-02-23T00:22:00.730390+0000 mgr.smithi100.rjsfuw (mgr.14180) 219 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:02.885 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:02 smithi100 conmon[37928]: cluster 2024-02-23T00:22:00.827600+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:04.320 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:04.320 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:04.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:04 smithi100 conmon[37928]: cluster 2024-02-23T00:22:02.828098+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:04 smithi144 conmon[43533]: cluster 2024-02-23T00:22:02.828098+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:05.051 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:05.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:05 smithi144 conmon[43533]: audit 2024-02-23T00:22:04.315278+0000 mgr.smithi100.rjsfuw (mgr.14180) 222 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:05.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:05 smithi100 conmon[37928]: audit 2024-02-23T00:22:04.315278+0000 mgr.smithi100.rjsfuw (mgr.14180) 222 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:06.052 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:06 smithi144 conmon[43533]: cluster 2024-02-23T00:22:04.828970+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:06.877 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:06 smithi100 conmon[37928]: cluster 2024-02-23T00:22:04.828970+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:07.603 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:07 smithi100 conmon[37928]: cluster 2024-02-23T00:22:06.829627+0000 mgr.smithi100.rjsfuw (mgr.14180) 224 : cluster 2024-02-23T00:22:07.603 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:07 smithi100 conmon[37928]: [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:07 smithi144 conmon[43533]: cluster 2024-02-23T00:22:06.829627+0000 mgr.smithi100.rjsfuw (mgr.14180) 224 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:07.972 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:07.972 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:08.694 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:08 smithi144 conmon[43533]: audit 2024-02-23T00:22:07.967631+0000 mgr.smithi100.rjsfuw (mgr.14180) 225 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:08.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:08 smithi100 conmon[37928]: audit 2024-02-23T00:22:07.967631+0000 mgr.smithi100.rjsfuw (mgr.14180) 225 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:09.695 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:09.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:09 smithi144 conmon[43533]: cluster 2024-02-23T00:22:08.830135+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:09.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:09 smithi100 conmon[37928]: cluster 2024-02-23T00:22:08.830135+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:11.668 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:11.668 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:11.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:11 smithi100 conmon[37928]: cluster 2024-02-23T00:22:10.830696+0000 mgr.smithi100.rjsfuw (mgr.14180) 227 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:12.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:11 smithi144 conmon[43533]: cluster 2024-02-23T00:22:10.830696+0000 mgr.smithi100.rjsfuw (mgr.14180) 227 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:12.425 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:13.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:12 smithi100 conmon[37928]: audit 2024-02-23T00:22:11.663744+0000 mgr.smithi100.rjsfuw (mgr.14180) 228 : audit 2024-02-23T00:22:13.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:12 smithi100 conmon[37928]: [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:12 smithi144 conmon[43533]: audit 2024-02-23T00:22:11.663744+0000 mgr.smithi100.rjsfuw (mgr.14180) 228 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:12 smithi144 conmon[43533]: 2024-02-23T00:22:13.426 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:14.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:13 smithi100 conmon[37928]: cluster 2024-02-23T00:22:12.831041+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:22:14.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:13 smithi100 conmon[37928]: 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 2024-02-23T00:22:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:13 smithi144 conmon[43533]: cluster 2024-02-23T00:22:12.831041+0000 mgr.smithi100.rjsfuw (mgr.14180) 229 : cluster [DBG] 2024-02-23T00:22:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:13 smithi144 conmon[43533]: pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:15.388 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:15.388 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:16.041 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:16.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:15 smithi100 conmon[37928]: cluster 2024-02-23T00:22:14.831761+0000 mgr.smithi100.rjsfuw (mgr.14180) 230 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:16.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:15 smithi100 conmon[37928]: audit 2024-02-23T00:22:15.383354+0000 mgr.smithi100.rjsfuw (mgr.14180) 231 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:16.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:15 smithi144 conmon[43533]: cluster 2024-02-23T00:22:14.831761+0000 mgr.smithi100.rjsfuw (mgr.14180) 230 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:16.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:15 smithi144 conmon[43533]: audit 2024-02-23T00:22:15.383354+0000 mgr.smithi100.rjsfuw (mgr.14180) 231 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:17.043 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:18.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:17 smithi100 conmon[37928]: cluster 2024-02-23T00:22:16.832413+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:22:18.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:17 smithi100 conmon[37928]: 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 2024-02-23T00:22:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:17 smithi144 conmon[43533]: cluster 2024-02-23T00:22:16.832413+0000 mgr.smithi100.rjsfuw (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 2024-02-23T00:22:18.888 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:18.888 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:19.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:18 smithi100 conmon[37928]: audit 2024-02-23T00:22:18.799689+0000 mon.smithi100 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2024-02-23T00:22:19.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:18 smithi144 conmon[43533]: audit 2024-02-23T00:22:18.799689+0000 mon.smithi100 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2024-02-23T00:22:19.665 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:20.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:19 smithi100 conmon[37928]: cluster 2024-02-23T00:22:18.832822+0000 mgr.smithi100.rjsfuw (mgr.14180) 233 : cluster 2024-02-23T00:22:20.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:19 smithi100 conmon[37928]: [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:20.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:19 smithi100 conmon[37928]: audit 2024-02-23T00:22:18.884463+0000 mgr.smithi100.rjsfuw (mgr.14180) 234 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:20.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:19 smithi100 conmon[37928]: audit 2024-02-23T00:22:18.905509+0000 mon.smithi100 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2024-02-23T00:22:20.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:19 smithi100 conmon[37928]: cluster 2024-02-23T00:22:18.905573+0000 mon.smithi100 (mon.0) 671 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-23T00:22:20.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: cluster 2024-02-23T00:22:18.832822+0000 mgr.smithi100.rjsfuw (mgr.14180) 233 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: audit 2024-02-23T00:22:18.884463+0000 mgr.smithi100.rjsfuw (mgr.14180) 234 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: audit 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: 2024-02-23T00:22:18.905509+0000 mon.smithi100 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: cluster 2024-02-23T 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: 00:22:18.905573+0000 mon.smithi100 (mon.0) 671 : cluster [DBG] 2024-02-23T00:22:20.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:19 smithi144 conmon[43533]: osdmap e50: 8 total, 8 up, 8 in 2024-02-23T00:22:20.666 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:20.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:20 smithi100 conmon[37928]: cluster 2024-02-23T00:22:19.908156+0000 mon.smithi100 (mon.0 2024-02-23T00:22:20.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:20 smithi100 conmon[37928]: ) 672 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-23T00:22:21.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:20 smithi144 conmon[43533]: cluster 2024-02-23T00:22:19.908156+0000 mon.smithi100 (mon.0) 672 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-23T00:22:22.201 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:21 smithi100 conmon[37928]: cluster 2024-02-23T00:22:20.833269+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:22:22.201 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:21 smithi100 conmon[37928]: ) 235 : cluster [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:22.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:21 smithi144 conmon[43533]: cluster 2024-02-23T00:22:20.833269+0000 mgr.smithi100.rjsfuw (mgr.14180) 235 : cluster [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:22.569 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:22.569 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:23.306 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:24.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:23 smithi100 conmon[37928]: audit 2024-02-23T00:22:22.565138+0000 mgr.smithi100.rjsfuw (mgr.14180) 236 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:24.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:23 smithi100 conmon[37928]: cluster 2024-02-23T00:22:22.833603+0000 mgr.smithi100.rjsfuw (mgr.14180) 237 : cluster [DBG] pgmap v192: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:23 smithi144 conmon[43533]: audit 2024-02-23T00:22:22.565138+0000 mgr.smithi100.rjsfuw (mgr.14180) 236 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:23 smithi144 conmon[43533]: cluster 2024-02-23T00:22:22.833603+0000 mgr.smithi100.rjsfuw (mgr.14180) 237 : cluster [DBG] pgmap v192: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:24.307 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:26.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:25 smithi100 conmon[37928]: cluster 2024-02-23T00:22:24.834321+0000 mgr.smithi100.rjsfuw (mgr.14180) 238 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:26.220 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:26.220 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:26.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:25 smithi144 conmon[43533]: cluster 2024-02-23T00:22:24.834321+0000 mgr.smithi100.rjsfuw (mgr.14180) 238 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:26.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:25 smithi144 conmon[43533]: 2024-02-23T00:22:26.997 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:27.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:26 smithi100 conmon[37928]: audit 2024-02-23T00:22:26.216075+0000 mgr.smithi100.rjsfuw (mgr.14180) 239 2024-02-23T00:22:27.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:26 smithi100 conmon[37928]: : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:27.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:26 smithi144 conmon[43533]: audit 2024-02-23T00:22:26.216075+0000 mgr.smithi100.rjsfuw (mgr.14180) 239 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:27.998 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:28.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:27 smithi100 conmon[37928]: cluster 2024-02-23T00:22:26.834975+0000 mgr.smithi100.rjsfuw (mgr.14180) 240 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:28.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:27 smithi144 conmon[43533]: cluster 2024-02-23T00:22:26.834975+0000 mgr.smithi100.rjsfuw (mgr.14180) 240 : 2024-02-23T00:22:28.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:27 smithi144 conmon[43533]: cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:29.949 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:29.949 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:30.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:29 smithi100 conmon[37928]: cluster 2024-02-23T00:22:28.835380+0000 mgr.smithi100.rjsfuw (mgr.14180) 241 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:30.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:29 smithi144 conmon[43533]: cluster 2024-02-23T00:22:28.835380+0000 mgr.smithi100.rjsfuw (mgr.14180) 241 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:30.579 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:31.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:30 smithi100 conmon[37928]: audit 2024-02-23T00:22:29.944348+0000 mgr.smithi100.rjsfuw (mgr.14180) 242 : audit [DBG] 2024-02-23T00:22:31.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:30 smithi100 conmon[37928]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:31.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:30 smithi144 conmon[43533]: audit 2024-02-23T00:22:29.944348+0000 mgr.smithi100.rjsfuw (mgr.14180) 242 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:31.580 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:32.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:31 smithi100 conmon[37928]: cluster 2024-02-23T00:22:30.836023+0000 mgr.smithi100.rjsfuw (mgr.14180) 243 : cluster 2024-02-23T00:22:32.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:31 smithi100 conmon[37928]: [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:32.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:31 smithi144 conmon[43533]: cluster 2024-02-23T00:22:30.836023+0000 mgr.smithi100.rjsfuw (mgr.14180) 243 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:32.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:31 smithi144 conmon[43533]: 2024-02-23T00:22:33.470 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:33.470 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:34.161 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:33 smithi100 conmon[37928]: cluster 2024-02-23T00:22:32.836416+0000 mgr.smithi100.rjsfuw (mgr.14180) 244 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:33 smithi100 conmon[37928]: audit 2024-02-23T00:22:33.465054+0000 mgr.smithi100.rjsfuw (mgr.14180) 245 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:33 smithi144 conmon[43533]: cluster 2024-02-23T00:22:32.836416+0000 mgr.smithi100.rjsfuw (mgr.14180) 244 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:33 smithi144 conmon[43533]: audit 2024-02-23T00:22:33.465054+0000 mgr.smithi100.rjsfuw (mgr.14180) 245 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:35.162 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:35.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:34 smithi144 conmon[43533]: audit 2024-02-23T00:22:33.995259+0000 mon.smithi100 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:22:35.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:34 smithi100 conmon[37928]: audit 2024-02-23T00:22:33.995259+0000 mon.smithi100 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:22:36.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:36 smithi144 conmon[43533]: cluster 2024-02-23T00:22:34.837160+0000 mgr.smithi100.rjsfuw (mgr.14180) 246 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:36 smithi100 conmon[37928]: cluster 2024-02-23T00:22:34.837160+0000 mgr.smithi100.rjsfuw (mgr.14180) 246 : cluster 2024-02-23T00:22:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:36 smithi100 conmon[37928]: [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:37.127 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:37.127 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:37.794 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:38.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:38 smithi100 conmon[37928]: cluster 2024-02-23T00:22:36.837668+0000 mgr.smithi100.rjsfuw (mgr.14180) 247 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:38.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:38 smithi100 conmon[37928]: audit 2024-02-23T00:22:37.122846+0000 mgr.smithi100.rjsfuw (mgr.14180) 248 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:38.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:38 smithi144 conmon[43533]: cluster 2024-02-23T00:22:36.837668+0000 mgr.smithi100.rjsfuw (mgr.14180) 247 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:38.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:38 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:22:38.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:38 smithi144 conmon[43533]: 00:22:37.122846+0000 mgr.smithi100.rjsfuw (mgr.14180) 248 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:38.795 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:40.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:40 smithi144 conmon[43533]: cluster 2024-02-23T00:22:38.838297+0000 mgr.smithi100.rjsfuw (mgr.14180) 249 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:40.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:40 smithi100 conmon[37928]: cluster 2024-02-23T00:22:38.838297+0000 mgr.smithi100.rjsfuw (mgr.14180) 249 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:40.674 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:40.674 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:41.461 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:42 smithi144 conmon[43533]: audit 2024-02-23T00:22:40.670441+0000 mgr.smithi100.rjsfuw (mgr.14180) 250 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:42 smithi144 conmon[43533]: cluster 2024-02-23T00:22:40.838917+0000 mgr.smithi100.rjsfuw (mgr.14180) 251 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:42.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:42 smithi100 conmon[37928]: audit 2024-02-23T00:22:40.670441+0000 mgr.smithi100.rjsfuw (mgr.14180) 250 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:42.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:42 smithi100 conmon[37928]: cluster 2024-02-23T00:22:40.838917+0000 mgr.smithi100.rjsfuw (mgr.14180) 251 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:42.462 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:44.039 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:44 smithi100 conmon[37928]: cluster 2024-02-23T00:22:42.839325+0000 mgr.smithi100.rjsfuw (mgr.14180) 252 : 2024-02-23T00:22:44.039 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:44 smithi100 conmon[37928]: cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:44.392 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:44.392 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:44.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:44 smithi144 conmon[43533]: cluster 2024-02-23T00:22:42.839325+0000 mgr.smithi100.rjsfuw (mgr.14180) 252 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:45.045 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:45 smithi100 conmon[37928]: audit 2024-02-23T00:22:44.387853+0000 mgr.smithi100.rjsfuw (mgr.14180) 253 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:45 smithi144 conmon[43533]: audit 2024-02-23T00:22:44.387853+0000 mgr.smithi100.rjsfuw (mgr.14180) 253 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:46.046 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:46 smithi100 conmon[37928]: cluster 2024-02-23T00:22:44.840126+0000 mgr.smithi100.rjsfuw (mgr.14180) 254 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:46 smithi100 conmon[37928]: 2024-02-23T00:22:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:46 smithi144 conmon[43533]: cluster 2024-02-23T00:22:44.840126+0000 mgr.smithi100.rjsfuw (mgr.14180) 254 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:47.981 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:47.981 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:48.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:48 smithi100 conmon[37928]: cluster 2024-02-23T00:22:46.840516+0000 mgr.smithi100.rjsfuw (mgr.14180) 255 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:48.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:48 smithi144 conmon[43533]: cluster 2024-02-23T00:22:46.840516+0000 mgr.smithi100.rjsfuw (mgr.14180) 255 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:48.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:48 smithi144 conmon[43533]: 2024-02-23T00:22:48.670 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:49 smithi100 conmon[37928]: audit 2024-02-23T00:22:47.976530+0000 mgr.smithi100.rjsfuw (mgr.14180) 256 : audit [DBG] 2024-02-23T00:22:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:49 smithi100 conmon[37928]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:49 smithi144 conmon[43533]: audit 2024-02-23T00:22:47.976530+0000 mgr.smithi100.rjsfuw (mgr.14180) 256 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:49 smithi144 conmon[43533]: 2024-02-23T00:22:49.672 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:50.321 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:50 smithi100 conmon[37928]: cluster 2024-02-23T00:22:48.840934+0000 mgr.smithi100.rjsfuw (mgr.14180) 257 2024-02-23T00:22:50.321 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:50 smithi100 conmon[37928]: : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:50.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:50 smithi144 conmon[43533]: cluster 2024-02-23T00:22:48.840934+0000 mgr.smithi100.rjsfuw (mgr.14180) 257 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:50.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:50 smithi144 conmon[43533]: 2024-02-23T00:22:51.656 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:51.656 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:52.354 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:52 smithi100 conmon[37928]: cluster 2024-02-23T00:22:50.841590+0000 mgr.smithi100.rjsfuw (mgr.14180) 258 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:52.367 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:52.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:52 smithi144 conmon[43533]: cluster 2024-02-23T00:22:50.841590+0000 mgr.smithi100.rjsfuw (mgr.14180) 258 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:53 smithi144 conmon[43533]: audit 2024-02-23T00:22:51.651642+0000 mgr.smithi100.rjsfuw (mgr.14180) 259 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:53 smithi144 conmon[43533]: 2024-02-23T00:22:53.368 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:53.402 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:53 smithi100 conmon[37928]: audit 2024-02-23T00:22:51.651642+0000 mgr.smithi100.rjsfuw (mgr.14180) 259 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:54.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:54 smithi100 conmon[37928]: cluster 2024-02-23T00:22:52.842036+0000 mgr.smithi100.rjsfuw (mgr.14180) 260 2024-02-23T00:22:54.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:54 smithi100 conmon[37928]: : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:54.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:54 smithi144 conmon[43533]: cluster 2024-02-23T00:22:52.842036+0000 mgr.smithi100.rjsfuw (mgr.14180) 260 2024-02-23T00:22:54.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:54 smithi144 conmon[43533]: : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:55.334 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:55.334 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:56.111 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:22:56.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:56 smithi100 conmon[37928]: cluster 2024-02-23T00:22:54.842844+0000 mgr.smithi100.rjsfuw (mgr.14180) 261 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:56.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:56 smithi100 conmon[37928]: audit 2024-02-23T00:22:55.329400+0000 mgr.smithi100.rjsfuw (mgr.14180) 262 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:56 smithi144 conmon[43533]: cluster 2024-02-23T00:22:54.842844+0000 mgr.smithi100.rjsfuw (mgr.14180) 261 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:56 smithi144 conmon[43533]: audit 2024-02-23T00:22:55.329400+0000 mgr.smithi100.rjsfuw (mgr.14180) 262 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:22:57.112 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:22:58.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:58 smithi100 conmon[37928]: cluster 2024-02-23T00:22:56.843313+0000 mgr.smithi100.rjsfuw (mgr.14180) 263 2024-02-23T00:22:58.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:22:58 smithi100 conmon[37928]: : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:22:58 smithi144 conmon[43533]: cluster 2024-02-23T00:22:56.843313+0000 mgr.smithi100.rjsfuw (mgr.14180) 263 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:22:59.002 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:22:59.002 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:22:59.731 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:00 smithi100 conmon[37928]: cluster 2024-02-23T00:22:58.843734+0000 mgr.smithi100.rjsfuw (mgr.14180) 264 : cluster 2024-02-23T00:23:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:00 smithi100 conmon[37928]: [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:00.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:00 smithi100 conmon[37928]: audit 2024-02-23T00:22:58.997398+0000 mgr.smithi100.rjsfuw (mgr.14180) 265 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:00 smithi144 conmon[43533]: cluster 2024-02-23T00:22:58.843734+0000 mgr.smithi100.rjsfuw (mgr.14180) 264 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:00 smithi144 conmon[43533]: 2024-02-23T00:23:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:00 smithi144 conmon[43533]: audit 2024-02-23T00:22:58.997398+0000 mgr.smithi100.rjsfuw (mgr.14180) 265 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:00.732 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:02.337 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:02 smithi100 conmon[37928]: cluster 2024-02-23T00:23:00.844346+0000 mgr.smithi100.rjsfuw (mgr.14180) 266 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:02.337 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:02 smithi100 conmon[37928]: 2024-02-23T00:23:02.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:02 smithi144 conmon[43533]: cluster 2024-02-23T00:23:00.844346+0000 mgr.smithi100.rjsfuw (mgr.14180) 266 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:02.659 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:02.659 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:03.307 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:04.308 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:04.344 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:04 smithi100 conmon[37928]: audit 2024-02-23T00:23:02.654895+0000 mgr.smithi100.rjsfuw (mgr.14180) 267 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:04.344 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:04 smithi100 conmon[37928]: cluster 2024-02-23T00:23:02.844672+0000 mgr.smithi100.rjsfuw (mgr.14180) 268 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:04.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:04 smithi144 conmon[43533]: audit 2024-02-23T00:23:02.654895+0000 mgr.smithi100.rjsfuw (mgr.14180) 267 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:04.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:04 smithi144 conmon[43533]: cluster 2024-02-23T00:23:02.844672+0000 mgr.smithi100.rjsfuw (mgr.14180) 268 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:06.224 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:06.225 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:06.450 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:06 smithi100 conmon[37928]: cluster 2024-02-23T00:23:04.845222+0000 mgr.smithi100.rjsfuw (mgr.14180) 269 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:06.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:06 smithi144 conmon[43533]: cluster 2024-02-23T00:23:04.845222+0000 mgr.smithi100.rjsfuw (mgr.14180) 269 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:06.971 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:07 smithi100 conmon[37928]: audit 2024-02-23T00:23:06.220035+0000 mgr.smithi100.rjsfuw (mgr.14180) 270 : audit 2024-02-23T00:23:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:07 smithi100 conmon[37928]: [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:07 smithi144 conmon[43533]: audit 2024-02-23T00:23:06.220035+0000 mgr.smithi100.rjsfuw (mgr.14180) 270 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:07.973 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:08.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:08 smithi100 conmon[37928]: cluster 2024-02-23T00:23:06.845782+0000 2024-02-23T00:23:08.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:08 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 271 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:08.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:08 smithi144 conmon[43533]: cluster 2024-02-23T00:23:06.845782+0000 mgr.smithi100.rjsfuw (mgr.14180) 271 : cluster 2024-02-23T00:23:08.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:08 smithi144 conmon[43533]: [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:09.940 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:09.940 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:10 smithi100 conmon[37928]: cluster 2024-02-23T00:23:08.846216+0000 mgr.smithi100.rjsfuw (mgr.14180) 272 : 2024-02-23T00:23:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:10 smithi100 conmon[37928]: cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:10 smithi144 conmon[43533]: cluster 2024-02-23T00:23:08.846216+0000 mgr.smithi100.rjsfuw (mgr.14180) 272 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:10.556 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:11 smithi100 conmon[37928]: audit 2024-02-23T00:23:09.935757+0000 mgr.smithi100.rjsfuw (mgr.14180) 273 : audit [DBG] 2024-02-23T00:23:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:11 smithi100 conmon[37928]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:11 smithi144 conmon[43533]: audit 2024-02-23T00:23:09.935757+0000 mgr.smithi100.rjsfuw (mgr.14180) 273 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:11 smithi144 conmon[43533]: 2024-02-23T00:23:11.557 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:12.399 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:12 smithi100 conmon[37928]: cluster 2024-02-23T00:23:10.846926+0000 mgr.smithi100.rjsfuw (mgr.14180) 274 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:12.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:12 smithi144 conmon[43533]: cluster 2024-02-23T00:23:10.846926+0000 mgr.smithi100.rjsfuw (mgr.14180) 274 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:13.483 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:13.483 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:14.189 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:14 smithi100 conmon[37928]: cluster 2024-02-23T00:23:12.847279+0000 mgr.smithi100.rjsfuw (mgr.14180) 275 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:14 smithi100 conmon[37928]: audit 2024-02-23T00:23:13.478743+0000 mgr.smithi100.rjsfuw (mgr.14180) 276 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:14 smithi144 conmon[43533]: cluster 2024-02-23T00:23:12.847279+0000 mgr.smithi100.rjsfuw (mgr.14180) 275 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:14 smithi144 conmon[43533]: audit 2024-02-23T00:23:13.478743+0000 mgr.smithi100.rjsfuw (mgr.14180) 276 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:15.189 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:16 smithi100 conmon[37928]: cluster 2024-02-23T00:23:14.848122+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:23:16.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:16 smithi100 conmon[37928]: 277 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:16.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:16 smithi144 conmon[43533]: cluster 2024-02-23T00:23:14.848122+0000 mgr.smithi100.rjsfuw (mgr.14180) 277 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:17.221 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:17.222 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:17.854 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:18 smithi100 conmon[37928]: cluster 2024-02-23T00:23:16.848641+0000 mgr.smithi100.rjsfuw (mgr.14180) 278 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:18 smithi100 conmon[37928]: audit 2024-02-23T00:23:17.217021+0000 mgr.smithi100.rjsfuw (mgr.14180) 279 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:18.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:18 smithi144 conmon[43533]: cluster 2024-02-23T00:23:16.848641+0000 mgr.smithi100.rjsfuw (mgr.14180) 278 : cluster 2024-02-23T00:23:18.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:18 smithi144 conmon[43533]: [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:18.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:18 smithi144 conmon[43533]: audit 2024-02-23T00:23:17.217021+0000 mgr.smithi100.rjsfuw (mgr.14180) 279 : audit 2024-02-23T00:23:18.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:18 smithi144 conmon[43533]: [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:18.855 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:20.399 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:20 smithi100 conmon[37928]: cluster 2024-02-23T00:23:18.849485+0000 mgr.smithi100.rjsfuw (mgr.14180) 280 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:20.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:20 smithi144 conmon[43533]: cluster 2024-02-23T00:23:18.849485+0000 mgr.smithi100.rjsfuw (mgr.14180) 280 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:20.776 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:20.776 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:21.447 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:22.448 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:22.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:22 smithi100 conmon[37928]: audit 2024-02-23T00:23:20.772394+0000 mgr.smithi100.rjsfuw (mgr.14180) 281 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:22.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:22 smithi100 conmon[37928]: cluster 2024-02-23T00:23:20.850226+0000 mgr.smithi100.rjsfuw (mgr.14180) 282 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:22.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:22 smithi144 conmon[43533]: audit 2024-02-23T00:23:20.772394+0000 mgr.smithi100.rjsfuw (mgr.14180) 281 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:22.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:22 smithi144 conmon[43533]: cluster 2024-02-23T00:23:20.850226+0000 mgr.smithi100.rjsfuw (mgr.14180) 282 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:24.422 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:24.422 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:24.446 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:24 smithi100 conmon[37928]: cluster 2024-02-23T00:23:22.850595+0000 mgr.smithi100.rjsfuw (mgr.14180) 283 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:24.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:24 smithi144 conmon[43533]: cluster 2024-02-23T00:23:22.850595+0000 mgr.smithi100.rjsfuw (mgr.14180) 283 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:25.087 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:25 smithi100 conmon[37928]: audit 2024-02-23T00:23:24.417187+0000 mgr.smithi100.rjsfuw (mgr.14180) 284 2024-02-23T00:23:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:25 smithi100 conmon[37928]: : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:25 smithi144 conmon[43533]: audit 2024-02-23T00:23:24.417187+0000 mgr.smithi100.rjsfuw (mgr.14180) 284 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:26.088 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:26.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:26 smithi100 conmon[37928]: cluster 2024-02-23T00:23:24.851060+0000 mgr.smithi100.rjsfuw (mgr.14180) 285 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:26 smithi144 conmon[43533]: cluster 2024-02-23T00:23:24.851060+0000 mgr.smithi100.rjsfuw (mgr.14180) 285 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:28.006 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:28.006 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:28 smithi100 conmon[37928]: cluster 2024-02-23T00:23:26.851577+0000 mgr.smithi100.rjsfuw (mgr.14180) 286 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:28.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:28 smithi144 conmon[43533]: cluster 2024-02-23T00:23:26.851577+0000 mgr.smithi100.rjsfuw (mgr.14180) 286 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:28.694 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:29 smithi100 conmon[37928]: audit 2024-02-23T00:23:28.000789+0000 mgr.smithi100.rjsfuw (mgr.14180) 287 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:29 smithi144 conmon[43533]: audit 2024-02-23T00:23:28.000789+0000 mgr.smithi100.rjsfuw (mgr.14180) 287 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:29.696 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:30.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:30 smithi100 conmon[37928]: cluster 2024-02-23T00:23:28.852036+0000 mgr.smithi100.rjsfuw (mgr.14180) 288 : 2024-02-23T00:23:30.312 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:30 smithi100 conmon[37928]: cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:30.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:30 smithi144 conmon[43533]: cluster 2024-02-23T00:23:28.852036+0000 mgr.smithi100.rjsfuw (mgr.14180) 288 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:31.604 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:31.604 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:32.271 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:32.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:32 smithi100 conmon[37928]: cluster 2024-02-23T00:23:30.852837+0000 mgr.smithi100.rjsfuw (mgr.14180) 289 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:32 smithi144 conmon[43533]: cluster 2024-02-23T00:23:30.852837+0000 mgr.smithi100.rjsfuw (mgr.14180) 289 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:33.272 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:33 smithi100 conmon[37928]: audit 2024-02-23T00:23:31.599894+0000 mgr.smithi100.rjsfuw (mgr.14180) 290 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:33 smithi144 conmon[43533]: audit 2024-02-23T00:23:31.599894+0000 mgr.smithi100.rjsfuw (mgr.14180) 290 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:34.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:34 smithi100 conmon[37928]: cluster 2024-02-23T00:23:32.853215+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:23:34.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:34 smithi100 conmon[37928]: 291 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:34.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:34 smithi144 conmon[43533]: cluster 2024-02-23T00:23:32.853215+0000 mgr.smithi100.rjsfuw (mgr.14180) 291 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:35.234 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:35.234 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:35.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:36 smithi100 conmon[37928]: cluster 2024-02-23T00:23:34.853808+0000 mgr.smithi100.rjsfuw (mgr.14180) 292 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:36.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:36 smithi100 conmon[37928]: audit 2024-02-23T00:23:35.229887+0000 mgr.smithi100.rjsfuw (mgr.14180) 293 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:36 smithi144 conmon[43533]: cluster 2024-02-23T00:23:34.853808+0000 mgr.smithi100.rjsfuw (mgr.14180) 292 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:36 smithi144 conmon[43533]: 2024-02-23T00:23:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:36 smithi144 conmon[43533]: audit 2024-02-23T00:23:35.229887+0000 mgr.smithi100.rjsfuw (mgr.14180) 293 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:36.936 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:38.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:38 smithi100 conmon[37928]: cluster 2024-02-23T00:23:36.854345+0000 mgr.smithi100.rjsfuw (mgr.14180) 294 : cluster 2024-02-23T00:23:38.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:38 smithi100 conmon[37928]: [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:38.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:38 smithi144 conmon[43533]: cluster 2024-02-23T00:23:36.854345+0000 mgr.smithi100.rjsfuw (mgr.14180) 294 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:38.835 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:38.835 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:39.590 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:40 smithi100 conmon[37928]: audit 2024-02-23T00:23:38.830622+0000 mgr.smithi100.rjsfuw (mgr.14180) 295 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:40 smithi100 conmon[37928]: cluster 2024-02-23T00:23:38.854756+0000 mgr.smithi100.rjsfuw (mgr.14180) 296 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:40.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:40 smithi144 conmon[43533]: audit 2024-02-23T00:23:38.830622+0000 mgr.smithi100.rjsfuw (mgr.14180) 295 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:40.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:40 smithi144 conmon[43533]: cluster 2024-02-23T00:23:38.854756+0000 mgr.smithi100.rjsfuw (mgr.14180) 296 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:40.590 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:42 smithi100 conmon[37928]: cluster 2024-02-23T00:23:40.855350+0000 mgr.smithi100.rjsfuw (mgr.14180) 297 : cluster 2024-02-23T00:23:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:42 smithi100 conmon[37928]: [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:42 smithi144 conmon[43533]: cluster 2024-02-23T00:23:40.855350+0000 mgr.smithi100.rjsfuw (mgr.14180) 297 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:42 smithi144 conmon[43533]: 2024-02-23T00:23:42.570 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:42.570 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:43.288 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:44.290 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:44 smithi100 conmon[37928]: audit 2024-02-23T00:23:42.565788+0000 mgr.smithi100.rjsfuw (mgr.14180) 298 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:44.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:44 smithi100 conmon[37928]: cluster 2024-02-23T00:23:42.855887+0000 mgr.smithi100.rjsfuw (mgr.14180) 299 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:44.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:44 smithi144 conmon[43533]: audit 2024-02-23T00:23:42.565788+0000 mgr.smithi100.rjsfuw (mgr.14180) 298 : audit [DBG] 2024-02-23T00:23:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:44 smithi144 conmon[43533]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:44.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:44 smithi144 conmon[43533]: cluster 2024-02-23T00:23:42.855887+0000 mgr.smithi100.rjsfuw (mgr.14180) 299 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:46.275 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:46.275 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:46.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:46 smithi100 conmon[37928]: cluster 2024-02-23T00:23:44.856553+0000 mgr.smithi100.rjsfuw (mgr.14180) 300 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:46 smithi144 conmon[43533]: cluster 2024-02-23T00:23:44.856553+0000 mgr.smithi100.rjsfuw (mgr.14180) 300 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:47.010 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:47 smithi100 conmon[37928]: audit 2024-02-23T00:23:46.270622+0000 mgr.smithi100.rjsfuw (mgr.14180) 301 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:47 smithi144 conmon[43533]: audit 2024-02-23T00:23:46.270622+0000 mgr.smithi100.rjsfuw (mgr.14180) 301 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:48.011 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:48.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:48 smithi100 conmon[37928]: cluster 2024-02-23T00:23:46.857036+0000 mgr.smithi100.rjsfuw (mgr.14180) 302 : cluster [DBG] 2024-02-23T00:23:48.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:48 smithi100 conmon[37928]: pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:48.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:48 smithi144 conmon[43533]: cluster 2024-02-23T00:23:46.857036+0000 mgr.smithi100.rjsfuw (mgr.14180) 302 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:49.935 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:49.935 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:50.600 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:50 smithi100 conmon[37928]: cluster 2024-02-23T00:23:48.857524+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:23:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:50 smithi100 conmon[37928]: mgr.14180) 303 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:50 smithi144 conmon[43533]: cluster 2024-02-23T00:23:48.857524+0000 mgr.smithi100.rjsfuw (mgr.14180) 303 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:50 smithi144 conmon[43533]: 2024-02-23T00:23:51.601 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:51.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:51 smithi100 conmon[37928]: audit 2024-02-23T00:23:49.930863+0000 mgr.smithi100.rjsfuw (mgr.14180) 304 : audit 2024-02-23T00:23:51.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:51 smithi100 conmon[37928]: [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:51.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:51 smithi144 conmon[43533]: audit 2024-02-23T00:23:49.930863+0000 mgr.smithi100.rjsfuw (mgr.14180) 304 : audit [DBG] 2024-02-23T00:23:51.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:51 smithi144 conmon[43533]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:52.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:52 smithi100 conmon[37928]: cluster 2024-02-23T00:23:50.858138+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:23:52.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:52 smithi100 conmon[37928]: 305 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:52.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:52 smithi144 conmon[43533]: cluster 2024-02-23T00:23:50.858138+0000 mgr.smithi100.rjsfuw (mgr.14180) 305 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:53.524 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:53.524 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z 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.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:54.218 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:54.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:54 smithi100 conmon[37928]: cluster 2024-02-23T00:23:52.858450+0000 mgr.smithi100.rjsfuw (mgr.14180) 306 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:54 smithi144 conmon[43533]: cluster 2024-02-23T00:23:52.858450+0000 mgr.smithi100.rjsfuw (mgr.14180) 306 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:55.219 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:23:55.667 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:55 smithi100 conmon[37928]: audit 2024-02-23T00:23:53.520097+0000 mgr.smithi100.rjsfuw (mgr.14180) 307 2024-02-23T00:23:55.667 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:55 smithi100 conmon[37928]: : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:55 smithi144 conmon[43533]: audit 2024-02-23T00:23:53.520097+0000 mgr.smithi100.rjsfuw (mgr.14180) 307 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:56 smithi100 conmon[37928]: cluster 2024-02-23T00:23:54.859108+0000 mgr.smithi100.rjsfuw (mgr.14180) 308 : cluster 2024-02-23T00:23:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:56 smithi100 conmon[37928]: [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:56 smithi144 conmon[43533]: cluster 2024-02-23T00:23:54.859108+0000 mgr.smithi100.rjsfuw (mgr.14180) 308 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:57.164 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:23:57.164 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:23:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:57 smithi100 conmon[37928]: audit 2024-02-23T00:23:56.650312+0000 mon.smithi100 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.kowmnu"}]: dispatch 2024-02-23T00:23:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:57 smithi144 conmon[43533]: audit 2024-02-23T00:23:56.650312+0000 mon.smithi100 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.kowmnu"}]: dispatch 2024-02-23T00:23:57.816 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: cephadm 2024-02-23T00:23:56.649818+0000 mgr.smithi100.rjsfuw (mgr.14180) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:23:58.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: cephadm 2024-02-23T00:23:56.649992+0000 mgr.smithi100.rjsfuw (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: cephadm 2024-02-23T00:23:56.650900+0000 mgr.smithi100.rjsfuw (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: cephadm 2024-02-23T00:23:56.652263+0000 mgr.smithi100.rjsfuw (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.mmeoub on smithi100 2024-02-23T00:23:58.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: cluster 2024-02-23T00:23:56.859564+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:23:58.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: ) 313 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:58.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:23:58 smithi100 conmon[37928]: audit 2024-02-23T00:23:57.159907+0000 mgr.smithi100.rjsfuw (mgr.14180) 314 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: cephadm 2024-02-23T00:23:56.649818+0000 mgr.smithi100.rjsfuw (mgr.14180) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: cephadm 2024-02-23T00:23:56.649992+0000 mgr.smithi100.rjsfuw (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: cephadm 2024-02-23T00:23:56.650900+0000 mgr.smithi100.rjsfuw (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.kowmnu ... 2024-02-23T00:23:58.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:22:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:23:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: cephadm 2024-02-23T00:23:56.652263+0000 mgr.smithi100.rjsfuw (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.mmeoub on smithi100 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: cluster 2024-02-23T00:23:56.859564+0000 mgr.smithi100.rjsfuw (mgr.14180) 313 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: audit 2024-02-23T00:23:57.159907+0000 mgr.smithi100.rjsfuw (mgr.14180) 314 : audit [DBG] 2024-02-23T00:23:58.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:23:58 smithi144 conmon[43533]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:23:58.817 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:00.699 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:00.699 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:00 smithi100 conmon[37928]: cluster 2024-02-23T00:23:58.860050+0000 mgr.smithi100.rjsfuw (mgr.14180) 315 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:00 smithi144 conmon[43533]: cluster 2024-02-23T00:23:58.860050+0000 mgr.smithi100.rjsfuw (mgr.14180) 315 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:01.399 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:02.400 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:02.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:02 smithi100 conmon[37928]: audit 2024-02-23T00:24:00.693854+0000 mgr.smithi100.rjsfuw (mgr.14180) 316 : audit 2024-02-23T00:24:02.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:02 smithi100 conmon[37928]: [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:02.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:02 smithi100 conmon[37928]: cluster 2024-02-23T00:24:00.860594+0000 mgr.smithi100.rjsfuw (mgr.14180) 317 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:02 smithi144 conmon[43533]: audit 2024-02-23T00:24:00.693854+0000 mgr.smithi100.rjsfuw (mgr.14180) 316 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:02 smithi144 conmon[43533]: cluster 2024-02-23T00:24:00.860594+0000 mgr.smithi100.rjsfuw (mgr.14180) 317 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:04.366 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:04.367 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:04 smithi100 conmon[37928]: cluster 2024-02-23T00:24:02.860956+0000 mgr.smithi100.rjsfuw (mgr.14180) 318 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:04 smithi144 conmon[43533]: cluster 2024-02-23T00:24:02.860956+0000 mgr.smithi100.rjsfuw (mgr.14180) 318 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:05.164 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:05.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:05 smithi100 conmon[37928]: audit 2024-02-23T00:24:04.361630+0000 mgr.smithi100.rjsfuw (mgr.14180) 319 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:05.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:05 smithi100 conmon[37928]: 2024-02-23T00:24:05.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:05 smithi144 conmon[43533]: audit 2024-02-23T00:24:04.361630+0000 mgr.smithi100.rjsfuw (mgr.14180) 319 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:06.166 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:06.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:06 smithi100 conmon[37928]: cluster 2024-02-23T00:24:04. 2024-02-23T00:24:06.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:06 smithi100 conmon[37928]: 861680+0000 mgr.smithi100.rjsfuw (mgr.14180) 320 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:06 smithi144 conmon[43533]: cluster 2024-02-23T00:24:04.861680+0000 mgr.smithi100.rjsfuw (mgr.14180) 320 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:08.122 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:08.123 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:08 smithi100 conmon[37928]: cluster 2024-02-23T00:24:06.862123+0000 mgr.smithi100.rjsfuw (mgr.14180) 321 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:08 smithi144 conmon[43533]: cluster 2024-02-23T00:24:06.862123+0000 mgr.smithi100.rjsfuw (mgr.14180) 321 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:08.859 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:09.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:09 smithi100 conmon[37928]: audit 2024-02-23T00:24:08.117544+0000 mgr.smithi100.rjsfuw (mgr.14180) 322 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:09.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:09 smithi144 conmon[43533]: audit 2024-02-23T00:24:08.117544+0000 mgr.smithi100.rjsfuw (mgr.14180) 322 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:09.860 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:10.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:10 smithi100 conmon[37928]: cluster 2024-02-23T00:24:08.862615+0000 mgr.smithi100.rjsfuw (mgr.14180) 323 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:10.925 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:10 smithi144 conmon[43533]: cluster 2024-02-23T00:24:08.862615+0000 mgr.smithi100.rjsfuw (mgr.14180) 323 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:11.839 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:11.839 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:12.505 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:12.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:12 smithi100 conmon[37928]: cluster 2024-02-23T00:24:10.863110+0000 mgr.smithi100.rjsfuw (mgr.14180) 324 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:12 smithi144 conmon[43533]: cluster 2024-02-23T00:24:10.863110+0000 mgr.smithi100.rjsfuw (mgr.14180) 324 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:13.506 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:13.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:13 smithi144 conmon[43533]: audit 2024-02-23T00:24:11.834153+0000 mgr.smithi100.rjsfuw (mgr.14180) 325 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:13.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:13 smithi100 conmon[37928]: audit 2024-02-23T00:24:11.834153+0000 mgr.smithi100.rjsfuw (mgr.14180) 325 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:14 smithi100 conmon[37928]: cluster 2024-02-23T00:24:12.863589+0000 mgr.smithi100.rjsfuw (mgr.14180) 326 : cluster 2024-02-23T00:24:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:14 smithi100 conmon[37928]: [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:14 smithi144 conmon[43533]: cluster 2024-02-23T00:24:12.863589+0000 mgr.smithi100.rjsfuw (mgr.14180) 326 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:15.446 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:15.447 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:16.112 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:16 smithi144 conmon[43533]: cluster 2024-02-23T00:24:14.864268+0000 mgr.smithi100.rjsfuw (mgr.14180) 327 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:16 smithi144 conmon[43533]: audit 2024-02-23T00: 2024-02-23T00:24:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:16 smithi144 conmon[43533]: 24:15.441954+0000 mgr.smithi100.rjsfuw (mgr.14180) 328 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:16.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:16 smithi100 conmon[37928]: cluster 2024-02-23T00:24:14.864268+0000 mgr.smithi100.rjsfuw (mgr.14180) 327 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:16.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:16 smithi100 conmon[37928]: audit 2024-02-23T00:24:15.441954+0000 mgr.smithi100.rjsfuw (mgr.14180) 328 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:17.113 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:18.632 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:18 smithi100 conmon[37928]: cluster 2024-02-23T00:24:16.864892+0000 mgr.smithi100.rjsfuw (mgr.14180) 329 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:18 smithi144 conmon[43533]: cluster 2024-02-23T00:24:16.864892+0000 mgr.smithi100.rjsfuw (mgr.14180) 329 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:19.014 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:19.015 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:19.908 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:20.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:20 smithi144 conmon[43533]: cluster 2024-02-23T00:24:18.865428+0000 mgr.smithi100.rjsfuw (mgr.14180) 330 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:20.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:20 smithi144 conmon[43533]: audit 2024-02-23T00:24:19.010543+0000 mgr.smithi100.rjsfuw (mgr.14180) 331 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:20.909 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:20.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:20 smithi100 conmon[37928]: cluster 2024-02-23T00:24:18.865428+0000 mgr.smithi100.rjsfuw (mgr.14180) 330 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:20.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:20 smithi100 conmon[37928]: audit 2024-02-23T00:24:19.010543+0000 mgr.smithi100.rjsfuw (mgr.14180) 331 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:22.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:22 smithi100 conmon[37928]: cluster 2024-02-23T00:24:20.866282+0000 mgr.smithi100.rjsfuw (mgr.14180) 332 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:22 smithi144 conmon[43533]: cluster 2024-02-23T00:24:20.866282+0000 mgr.smithi100.rjsfuw (mgr.14180) 332 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:22.810 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:22.810 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:23.445 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:24.447 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:24 smithi144 conmon[43533]: audit 2024-02-23T00:24:22.806645+0000 mgr.smithi100.rjsfuw (mgr.14180) 333 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:24 smithi144 conmon[43533]: cluster 2024-02-23T00:24:22.866590+0000 mgr.smithi100.rjsfuw (mgr.14180) 334 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:24.938 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:24 smithi100 conmon[37928]: audit 2024-02-23T00:24:22.806645+0000 mgr.smithi100.rjsfuw 2024-02-23T00:24:24.938 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:24 smithi100 conmon[37928]: (mgr.14180) 333 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:24.939 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:24 smithi100 conmon[37928]: cluster 2024-02-23T00:24 2024-02-23T00:24:24.939 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:24 smithi100 conmon[37928]: :22.866590+0000 mgr.smithi100.rjsfuw (mgr.14180) 334 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:24.939 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:24 smithi100 conmon[37928]: 2024-02-23T00:24:26.344 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:26.344 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:26 smithi100 conmon[37928]: cluster 2024-02-23T00:24:24.867169+0000 mgr.smithi100.rjsfuw (mgr.14180) 335 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:26.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:26 smithi144 conmon[43533]: cluster 2024-02-23T00:24:24.867169+0000 mgr.smithi100.rjsfuw (mgr.14180) 335 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:27.037 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:27 smithi144 conmon[43533]: audit 2024-02-23T00:24:26.339258+0000 mgr.smithi100.rjsfuw (mgr.14180) 336 : audit 2024-02-23T00:24:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:27 smithi144 conmon[43533]: [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:27.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:27 smithi100 conmon[37928]: audit 2024-02-23T00:24:26.339258+0000 mgr.smithi100.rjsfuw (mgr.14180) 336 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:28.038 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:28 smithi144 conmon[43533]: cluster 2024-02-23T00:24:26.867814+0000 mgr.smithi100.rjsfuw (mgr.14180) 337 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:28.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:28 smithi144 conmon[43533]: 2024-02-23T00:24:28.895 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:28 smithi100 conmon[37928]: cluster 2024-02-23T00:24:26.867814+0000 mgr.smithi100.rjsfuw (mgr.14180) 337 : cluster [DBG] 2024-02-23T00:24:28.895 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:28 smithi100 conmon[37928]: pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:29.996 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:29.997 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:30.652 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:30.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:30 smithi144 conmon[43533]: cluster 2024-02-23T00:24:28.868261+0000 mgr.smithi100.rjsfuw (mgr.14180) 338 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:30.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:30 smithi100 conmon[37928]: cluster 2024-02-23T00:24:28.868261+0000 mgr.smithi100.rjsfuw (mgr.14180) 338 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:31.654 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:31 smithi144 conmon[43533]: audit 2024-02-23T00:24:29.991493+0000 mgr.smithi100.rjsfuw (mgr.14180) 339 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:31 smithi100 conmon[37928]: audit 2024-02-23T00:24:29.991493+0000 mgr.smithi100.rjsfuw (mgr.14180) 339 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:32.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:32 smithi144 conmon[43533]: cluster 2024-02-23T00:24:30.868922+0000 mgr.smithi100.rjsfuw (mgr.14180) 340 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:32.916 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:32 smithi100 conmon[37928]: cluster 2024-02-23T00:24:30.868922+0000 mgr.smithi100.rjsfuw (mgr.14180) 340 : cluster [DBG] 2024-02-23T00:24:32.916 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:32 smithi100 conmon[37928]: pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:33.544 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:33.544 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:34.250 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:34 smithi144 conmon[43533]: cluster 2024-02-23T00:24:32.869293+0000 mgr.smithi100.rjsfuw (mgr.14180) 341 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:34.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:34 smithi100 conmon[37928]: cluster 2024-02-23T00:24:32.869293+0000 mgr.smithi100.rjsfuw (mgr.14180) 341 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:35.251 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:35.701 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:35 smithi100 conmon[37928]: audit 2024-02-23T00:24:33.539466+0000 mgr.smithi100.rjsfuw (mgr.14180) 342 : audit [DBG] 2024-02-23T00:24:35.701 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:35 smithi100 conmon[37928]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:35.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:35 smithi144 conmon[43533]: audit 2024-02-23T00:24:33.539466+0000 mgr.smithi100.rjsfuw (mgr.14180) 342 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:36 smithi144 conmon[43533]: cluster 2024-02-23T00:24:34.869839+0000 mgr.smithi100.rjsfuw (mgr.14180) 343 : cluster [DBG] 2024-02-23T00:24:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:36 smithi144 conmon[43533]: pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:36.856 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:36 smithi100 conmon[37928]: cluster 2024-02-23T00:24:34.869839+0000 mgr.smithi100.rjsfuw (mgr.14180) 343 : cluster 2024-02-23T00:24:36.856 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:36 smithi100 conmon[37928]: [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:37.219 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:37.219 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:37.899 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:38.901 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:38.934 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:38 smithi100 conmon[37928]: cluster 2024-02-23T00:24:36.870341+0000 mgr.smithi100.rjsfuw (mgr.14180) 344 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:38.934 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:38 smithi100 conmon[37928]: audit 2024-02-23T00:24:37.214503+0000 mgr.smithi100.rjsfuw (mgr.14180) 345 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:38 smithi144 conmon[43533]: cluster 2024-02-23T00:24:36.870341+0000 mgr.smithi100.rjsfuw (mgr.14180) 344 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:39.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:38 smithi144 conmon[43533]: audit 2024-02-23T00:24:37.214503+0000 mgr.smithi100.rjsfuw (mgr.14180) 345 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:39 smithi100 conmon[37928]: cluster 2024-02-23T00:24:38.870903+0000 mgr.smithi100.rjsfuw (mgr.14180) 346 : 2024-02-23T00:24:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:39 smithi100 conmon[37928]: cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:40.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:39 smithi144 conmon[43533]: cluster 2024-02-23T00:24:38.870903+0000 mgr.smithi100.rjsfuw (mgr.14180) 346 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:40.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:39 smithi144 conmon[43533]: 2024-02-23T00:24:40.831 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:40.831 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:41.584 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:42.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:41 smithi100 conmon[37928]: audit 2024-02-23T00:24:40.825522+0000 mgr.smithi100.rjsfuw (mgr.14180) 347 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:42.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:41 smithi100 conmon[37928]: cluster 2024-02-23T00:24:40.871678+0000 mgr.smithi100.rjsfuw (mgr.14180) 348 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:42.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:41 smithi144 conmon[43533]: audit 2024-02-23T00:24:40.825522+0000 mgr.smithi100.rjsfuw (mgr.14180) 347 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:42.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:41 smithi144 conmon[43533]: cluster 2024-02-23T00:24:40.871678+0000 mgr.smithi100.rjsfuw (mgr.14180) 348 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:42.585 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:44.126 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:43 smithi100 conmon[37928]: cluster 2024-02-23T00:24:42.872015+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:24:44.126 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:43 smithi100 conmon[37928]: 349 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:44.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:43 smithi144 conmon[43533]: cluster 2024-02-23T00:24:42.872015+0000 mgr.smithi100.rjsfuw (mgr.14180) 349 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:44.479 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:44.479 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:45.108 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:45.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:44 smithi100 conmon[37928]: audit 2024-02-23T00:24:44.474444+0000 mgr.smithi100.rjsfuw (mgr.14180) 350 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:45.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:44 smithi144 conmon[43533]: audit 2024-02-23T00:24:44.474444+0000 mgr.smithi100.rjsfuw (mgr.14180) 350 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:46.109 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:46.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:45 smithi100 conmon[37928]: cluster 2024-02-23T00:24:44.872735+0000 mgr.smithi100.rjsfuw (mgr.14180) 351 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:46.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:45 smithi144 conmon[43533]: cluster 2024-02-23T00:24:44.872735+0000 mgr.smithi100.rjsfuw (mgr.14180) 351 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:46.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:45 smithi144 conmon[43533]: 2024-02-23T00:24:47.979 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:47.979 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:48.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:47 smithi100 conmon[37928]: cluster 2024-02-23T00:24:46.873189+0000 mgr.smithi100.rjsfuw (mgr.14180) 352 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:48.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:47 smithi144 conmon[43533]: cluster 2024-02-23T00:24:46.873189+0000 mgr.smithi100.rjsfuw (mgr.14180) 352 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:48.674 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:49.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:48 smithi100 conmon[37928]: audit 2024-02-23T00:24:47.973832+0000 mgr.smithi100.rjsfuw (mgr.14180) 353 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:49.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:48 smithi100 conmon[37928]: 2024-02-23T00:24:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:48 smithi144 conmon[43533]: audit 2024-02-23T00:24:47.973832+0000 mgr.smithi100.rjsfuw (mgr.14180) 353 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:49.675 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:50.046 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:49 smithi100 conmon[37928]: cluster 2024-02-23T00:24:48.873807+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:24:50.046 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:49 smithi100 conmon[37928]: ) 354 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:50.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:49 smithi144 conmon[43533]: cluster 2024-02-23T00:24:48.873807+0000 mgr.smithi100.rjsfuw (mgr.14180) 354 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:51.566 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:51.566 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:52.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:51 smithi100 conmon[37928]: cluster 2024-02-23T00:24:50.874627+0000 mgr.smithi100.rjsfuw (mgr.14180) 355 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:52.249 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:52.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:51 smithi144 conmon[43533]: cluster 2024-02-23T00:24:50.874627+0000 mgr.smithi100.rjsfuw (mgr.14180) 355 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:53.250 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:52 smithi144 conmon[43533]: audit 2024-02-23T00:24:51.561208+0000 mgr.smithi100.rjsfuw (mgr.14180) 356 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:53.284 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:52 smithi100 conmon[37928]: audit 2024-02-23T00:24:51.561208+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:24:53.284 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:52 smithi100 conmon[37928]: ) 356 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:54.132 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:53 smithi100 conmon[37928]: cluster 2024-02-23T00:24:52.875053+0000 2024-02-23T00:24:54.132 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:53 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 357 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:54.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:53 smithi144 conmon[43533]: cluster 2024-02-23T00:24:52.875053+0000 mgr.smithi100.rjsfuw (mgr.14180) 357 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:55.193 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:55.193 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:55.872 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:24:56.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:55 smithi100 conmon[37928]: cluster 2024-02-23T00:24:54.875751+0000 mgr.smithi100.rjsfuw (mgr.14180) 358 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:56.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:55 smithi100 conmon[37928]: audit 2024-02-23T00:24:55.188413+0000 mgr.smithi100.rjsfuw (mgr.14180) 359 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:56.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:55 smithi144 conmon[43533]: cluster 2024-02-23T00:24:54.875751+0000 mgr.smithi100.rjsfuw (mgr.14180) 358 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:56.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:55 smithi144 conmon[43533]: audit 2024-02-23T00:24:55.188413+0000 mgr.smithi100.rjsfuw (mgr.14180) 359 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:24:56.873 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:24:58.195 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:57 smithi100 conmon[37928]: cluster 2024-02-23T00:24:56.876249+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:24:58.195 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:57 smithi100 conmon[37928]: 14180) 360 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:58.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:57 smithi144 conmon[43533]: cluster 2024-02-23T00:24:56.876249+0000 mgr.smithi100.rjsfuw (mgr.14180) 360 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:24:58.754 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:24:58.754 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:24:59.415 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:59 smithi144 conmon[43533]: audit 2024-02-23T00:24:58.749936+0000 mgr.smithi100.rjsfuw (mgr.14180) 361 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:59 smithi144 conmon[43533]: cluster 2024-02-23 2024-02-23T00:25:00.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:24:59 smithi144 conmon[43533]: T00:24:58.876651+0000 mgr.smithi100.rjsfuw (mgr.14180) 362 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:00.417 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:00.450 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:59 smithi100 conmon[37928]: audit 2024-02-23T00:24:58.749936+0000 mgr.smithi100.rjsfuw (mgr.14180) 361 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:00.450 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:24:59 smithi100 conmon[37928]: cluster 2024-02-23T00:24:58.876651+0000 mgr.smithi100.rjsfuw (mgr.14180) 362 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:02.074 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:01 smithi100 conmon[37928]: cluster 2024-02-23T00:25:00.877186+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:25:02.074 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:01 smithi100 conmon[37928]: 14180) 363 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:01 smithi144 conmon[43533]: cluster 2024-02-23T00:25:00.877186+0000 mgr.smithi100.rjsfuw (mgr.14180) 363 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:01 smithi144 conmon[43533]: 2024-02-23T00:25:02.428 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:02.429 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:03.155 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:02 smithi144 conmon[43533]: audit 2024-02-23T00:25:02.424275+0000 mgr.smithi100.rjsfuw (mgr.14180) 364 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:02 smithi144 conmon[43533]: 2024-02-23T00:25:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:02 smithi100 conmon[37928]: audit 2024-02-23T00:25:02.424275+0000 mgr.smithi100.rjsfuw (mgr.14180) 364 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:04.156 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:04.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:03 smithi144 conmon[43533]: cluster 2024-02-23T00:25:02.877492+0000 mgr.smithi100.rjsfuw (mgr.14180) 365 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:03 smithi100 conmon[37928]: cluster 2024-02-23T00:25:02.877492+0000 mgr.smithi100.rjsfuw (mgr.14180) 365 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:06.127 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:06.127 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:06.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:05 smithi144 conmon[43533]: cluster 2024-02-23T00:25:04.878142+0000 mgr.smithi100.rjsfuw (mgr.14180) 366 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:06.305 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:05 smithi100 conmon[37928]: cluster 2024-02-23T00:25:04.878142+0000 mgr.smithi100.rjsfuw (mgr.14180) 366 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:06.764 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:07.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:06 smithi100 conmon[37928]: audit 2024-02-23T00:25:06.122165+0000 mgr.smithi100.rjsfuw (mgr.14180) 367 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:07.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:06 smithi144 conmon[43533]: audit 2024-02-23T00:25:06.122165+0000 mgr.smithi100.rjsfuw (mgr.14180) 367 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:07.764 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:08.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:07 smithi100 conmon[37928]: cluster 2024-02-23T00:25:06.878622+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:25:08.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:07 smithi100 conmon[37928]: 14180) 368 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:08.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:07 smithi144 conmon[43533]: cluster 2024-02-23T00:25:06.878622+0000 mgr.smithi100.rjsfuw (mgr.14180) 368 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:09.627 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:09.628 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:10.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:09 smithi144 conmon[43533]: cluster 2024-02-23T00:25:08.879322+0000 mgr.smithi100.rjsfuw (mgr.14180) 369 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:10.309 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:09 smithi100 conmon[37928]: cluster 2024-02-23T00:25:08.879322+0000 mgr.smithi100.rjsfuw (mgr.14180) 369 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:10.328 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:11.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:10 smithi144 conmon[43533]: audit 2024-02-23T00:25:09.622519+0000 mgr.smithi100.rjsfuw (mgr.14180) 370 : audit 2024-02-23T00:25:11.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:10 smithi144 conmon[43533]: [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:11.329 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:11.362 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:10 smithi100 conmon[37928]: audit 2024-02-23T00:25:09.622519+0000 mgr.smithi100.rjsfuw (mgr.14180) 370 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:12.121 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:11 smithi100 conmon[37928]: cluster 2024-02-23T00:25:10.879887+0000 mgr.smithi100.rjsfuw (mgr.14180) 371 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:12.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:11 smithi144 conmon[43533]: cluster 2024-02-23T00:25:10.879887+0000 mgr.smithi100.rjsfuw (mgr.14180) 371 : cluster 2024-02-23T00:25:12.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:12 smithi144 conmon[43533]: [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:13.241 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:13.241 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:13.902 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:14.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:14 smithi100 conmon[37928]: cluster 2024-02-23T00:25:12.880279+0000 mgr.smithi100.rjsfuw (mgr.14180) 372 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:14.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:14 smithi100 conmon[37928]: audit 2024-02-23T00:25:13.236234+0000 mgr.smithi100.rjsfuw (mgr.14180) 373 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:14 smithi144 conmon[43533]: cluster 2024-02-23T00:25:12.880279+0000 mgr.smithi100.rjsfuw (mgr.14180) 372 : cluster [DBG] 2024-02-23T00:25:14.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:14 smithi144 conmon[43533]: pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:14 smithi144 conmon[43533]: audit 2024-02-23T00:25:13.236234+0000 mgr.smithi100.rjsfuw (mgr.14180) 373 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:14.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:14 smithi144 conmon[43533]: 2024-02-23T00:25:14.903 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:16.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:16 smithi144 conmon[43533]: cluster 2024-02-23T00:25:14.880898+0000 mgr.smithi100.rjsfuw (mgr.14180) 374 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:16.423 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:16 smithi100 conmon[37928]: cluster 2024-02-23T00:25:14.880898+0000 mgr.smithi100.rjsfuw (mgr.14180) 374 : cluster 2024-02-23T00:25:16.423 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:16 smithi100 conmon[37928]: [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:16.800 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:16.801 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:17.485 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:18 smithi144 conmon[43533]: audit 2024-02-23T00:25:16.796565+0000 mgr.smithi100.rjsfuw (mgr.14180) 375 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:18.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:18 smithi144 conmon[43533]: cluster 2024-02-23T00:25:16.881423+0000 mgr.smithi100.rjsfuw (mgr.14180) 376 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:18 smithi100 conmon[37928]: audit 2024-02-23T00:25:16.796565+0000 mgr.smithi100.rjsfuw (mgr.14180) 375 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:18.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:18 smithi100 conmon[37928]: cluster 2024-02-23T00:25:16.881423+0000 mgr.smithi100.rjsfuw (mgr.14180) 376 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:18.486 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:20.047 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:20 smithi100 conmon[37928]: cluster 2024-02-23T00:25:18.881825+0000 mgr.smithi100.rjsfuw (mgr.14180) 377 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:20.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:20 smithi144 conmon[43533]: cluster 2024-02-23T00:25:18.881825+0000 mgr.smithi100.rjsfuw (mgr.14180) 377 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:20.424 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:20.424 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:21.077 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:21 smithi100 conmon[37928]: audit 2024-02-23T00:25:20.419928+0000 mgr.smithi100.rjsfuw (mgr.14180) 378 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:21 smithi144 conmon[43533]: audit 2024-02-23T00:25:20.419928+0000 mgr.smithi100.rjsfuw (mgr.14180) 378 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:22.078 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:22.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:22 smithi100 conmon[37928]: cluster 2024-02-23T00:25:20.882418+0000 mgr.smithi100.rjsfuw (mgr.14180) 379 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:22.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:22 smithi144 conmon[43533]: cluster 2024-02-23T00:25:20.882418+0000 mgr.smithi100.rjsfuw (mgr.14180) 379 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:24.012 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:24.012 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:24.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:24 smithi100 conmon[37928]: cluster 2024-02-23T00:25:22.882793+0000 mgr.smithi100.rjsfuw (mgr.14180) 380 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:24.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:24 smithi144 conmon[43533]: cluster 2024-02-23T00:25:22.882793+0000 mgr.smithi100.rjsfuw (mgr.14180) 380 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:24.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:24 smithi144 conmon[43533]: 2024-02-23T00:25:24.651 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:25 smithi100 conmon[37928]: audit 2024-02-23T00:25:24.007489+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:25:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:25 smithi100 conmon[37928]: ) 381 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:25 smithi144 conmon[43533]: audit 2024-02-23T00:25:24.007489+0000 mgr.smithi100.rjsfuw (mgr.14180) 381 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:25.652 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:26.286 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:26 smithi100 conmon[37928]: cluster 2024-02-23T00:25:24.883414+0000 mgr.smithi100.rjsfuw (mgr.14180) 382 : 2024-02-23T00:25:26.286 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:26 smithi100 conmon[37928]: cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:26 smithi144 conmon[43533]: cluster 2024-02-23T00:25:24.883414+0000 mgr.smithi100.rjsfuw (mgr.14180) 382 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:27.559 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:27.560 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:28.199 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:28 smithi100 conmon[37928]: cluster 2024-02-23T00:25:26.884063+0000 mgr.smithi100.rjsfuw (mgr.14180) 383 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:28.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:28 smithi144 conmon[43533]: cluster 2024-02-23T00:25:26.884063+0000 mgr.smithi100.rjsfuw (mgr.14180) 383 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:29.200 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:29 smithi100 conmon[37928]: audit 2024-02-23T00:25:27.552557+0000 mgr.smithi100.rjsfuw (mgr.14180) 384 : audit [DBG] 2024-02-23T00:25:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:29 smithi100 conmon[37928]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:29 smithi144 conmon[43533]: audit 2024-02-23T00:25:27.552557+0000 mgr.smithi100.rjsfuw (mgr.14180) 384 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:30.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:30 smithi100 conmon[37928]: cluster 2024-02-23T00:25:28.884430+0000 mgr.smithi100.rjsfuw (mgr.14180) 385 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:30.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:30 smithi144 conmon[43533]: cluster 2024-02-23T00:25:28.884430+0000 mgr.smithi100.rjsfuw (mgr.14180) 385 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:31.137 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:31.138 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:31.774 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:32.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:32 smithi100 conmon[37928]: cluster 2024-02-23T00:25:30.884946+0000 mgr.smithi100.rjsfuw (mgr.14180) 386 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:32.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:32 smithi100 conmon[37928]: audit 2024-02-23T00:25:31.132716+0000 mgr.smithi100.rjsfuw (mgr.14180) 387 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:32 smithi144 conmon[43533]: cluster 2024-02-23T00:25:30.884946+0000 mgr.smithi100.rjsfuw (mgr.14180) 386 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:32 smithi144 conmon[43533]: 2024-02-23T00:25:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:32 smithi144 conmon[43533]: audit 2024-02-23T00:25:31.132716+0000 mgr.smithi100.rjsfuw (mgr.14180) 387 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:32.775 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:34.252 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:34 smithi100 conmon[37928]: cluster 2024-02-23T00:25:32.885266+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:25:34.252 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:34 smithi100 conmon[37928]: .14180) 388 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:34.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:34 smithi144 conmon[43533]: cluster 2024-02-23T00:25:32.885266+0000 mgr.smithi100.rjsfuw (mgr.14180) 388 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:34.617 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:34.617 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:35.258 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:36.259 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:36 smithi100 conmon[37928]: audit 2024-02-23T00:25:34.612152+0000 mgr.smithi100.rjsfuw (mgr.14180) 389 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:36 smithi100 conmon[37928]: cluster 2024-02-23T00:25:34.885901+0000 mgr.smithi100.rjsfuw (mgr.14180) 390 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:36 smithi144 conmon[43533]: audit 2024-02-23T00:25:34.612152+0000 mgr.smithi100.rjsfuw (mgr.14180) 389 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:36 smithi144 conmon[43533]: 2024-02-23T00:25:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:36 smithi144 conmon[43533]: cluster 2024-02-23T00:25:34.885901+0000 mgr.smithi100.rjsfuw (mgr.14180) 390 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:38.127 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:38.128 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:38.392 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:38 smithi100 conmon[37928]: cluster 2024-02-23T00:25:36.886344+0000 mgr.smithi100.rjsfuw (mgr.14180) 391 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:38.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:38 smithi144 conmon[43533]: cluster 2024-02-23T00:25:36.886344+0000 mgr.smithi100.rjsfuw (mgr.14180) 391 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:38.889 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:39.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:39 smithi100 conmon[37928]: audit 2024-02-23T00:25:38.122807+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:25:39.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:39 smithi100 conmon[37928]: 14180) 392 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:39 smithi144 conmon[43533]: audit 2024-02-23T00:25:38.122807+0000 mgr.smithi100.rjsfuw (mgr.14180) 392 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:39.890 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:40 smithi100 conmon[37928]: cluster 2024-02-23T00:25:38.886766+0000 mgr.smithi100.rjsfuw (mgr.14180) 393 2024-02-23T00:25:40.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:40 smithi100 conmon[37928]: : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:40.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:40 smithi144 conmon[43533]: cluster 2024-02-23T00:25:38.886766+0000 mgr.smithi100.rjsfuw (mgr.14180) 393 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:40.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:40 smithi144 conmon[43533]: 2024-02-23T00:25:41.777 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:41.778 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:42.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:42 smithi100 conmon[37928]: cluster 2024-02-23T00:25:40.887392+0000 mgr.smithi100.rjsfuw (mgr.14180) 394 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:42.490 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:42 smithi144 conmon[43533]: cluster 2024-02-23T00:25:40.887392+0000 mgr.smithi100.rjsfuw (mgr.14180) 394 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:43.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:43 smithi144 conmon[43533]: audit 2024-02-23T00:25:41.772968+0000 mgr.smithi100.rjsfuw (mgr.14180) 395 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:43 smithi100 conmon[37928]: audit 2024-02-23T00:25:41.772968+0000 mgr.smithi100.rjsfuw (mgr.14180) 395 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:43.491 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:44.374 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:44 smithi100 conmon[37928]: cluster 2024-02-23T00:25:42.887742+0000 mgr.smithi100.rjsfuw (mgr.14180) 396 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:44.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:44 smithi144 conmon[43533]: cluster 2024-02-23T00:25:42.887742+0000 mgr.smithi100.rjsfuw (mgr.14180) 396 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:45.479 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:45.480 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:46.209 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:46 smithi100 conmon[37928]: cluster 2024-02-23T00:25:44.888427+0000 mgr.smithi100.rjsfuw (mgr.14180) 397 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:46 smithi100 conmon[37928]: audit 2024-02-23T00:25:45.475085+0000 mgr.smithi100.rjsfuw (mgr.14180) 398 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:46 smithi144 conmon[43533]: cluster 2024-02-23T00:25:44.888427+0000 mgr.smithi100.rjsfuw (mgr.14180) 397 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:46 smithi144 conmon[43533]: 2024-02-23T00:25:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:46 smithi144 conmon[43533]: audit 2024-02-23T00:25:45.475085+0000 mgr.smithi100.rjsfuw (mgr.14180) 398 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:47.210 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:48.684 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:48 smithi100 conmon[37928]: cluster 2024-02-23T00:25:46.888929+0000 mgr.smithi100.rjsfuw (mgr.14180) 399 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:48.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:48 smithi144 conmon[43533]: cluster 2024-02-23T00:25:46.888929+0000 mgr.smithi100.rjsfuw (mgr.14180) 399 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:49.073 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:49.073 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:49.706 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:50 smithi100 conmon[37928]: cluster 2024-02-23T00:25:48.889346+0000 mgr.smithi100.rjsfuw (mgr.14180) 400 : 2024-02-23T00:25:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:50 smithi100 conmon[37928]: cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:50 smithi100 conmon[37928]: audit 2024-02-23T00:25:49.067863+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:25:50.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:50 smithi100 conmon[37928]: ) 401 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:50.707 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:50 smithi144 conmon[43533]: cluster 2024-02-23T00:25:48.889346+0000 mgr.smithi100.rjsfuw (mgr.14180) 400 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:50 smithi144 conmon[43533]: 2024-02-23T00:25:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:50 smithi144 conmon[43533]: audit 2024-02-23T00:25:49.067863+0000 mgr.smithi100.rjsfuw (mgr.14180) 401 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:52.638 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:52.639 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:52.659 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:52 smithi100 conmon[37928]: cluster 2024-02-23T00:25:50.890026+0000 mgr.smithi100.rjsfuw (mgr.14180) 402 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:52.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:52 smithi144 conmon[43533]: cluster 2024-02-23T00:25:50.890026+0000 mgr.smithi100.rjsfuw (mgr.14180) 402 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:53.338 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:54.340 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:54.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:54 smithi100 conmon[37928]: audit 2024-02-23T00:25:52.633842+0000 mgr.smithi100.rjsfuw (mgr.14180) 403 : audit 2024-02-23T00:25:54.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:54 smithi100 conmon[37928]: [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:54.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:54 smithi100 conmon[37928]: cluster 2024-02-23T00:25:52.890375+0000 mgr.smithi100.rjsfuw (mgr.14180) 404 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:54 smithi144 conmon[43533]: audit 2024-02-23T00:25:52.633842+0000 mgr.smithi100.rjsfuw (mgr.14180) 403 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:54 smithi144 conmon[43533]: cluster 2024-02-23T00:25:52.890375+0000 mgr.smithi100.rjsfuw (mgr.14180) 404 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:56.297 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:56.297 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:25:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:56 smithi100 conmon[37928]: cluster 2024-02-23T00:25:54.890960+0000 mgr.smithi100.rjsfuw (mgr.14180) 405 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:56 smithi144 conmon[43533]: cluster 2024-02-23T00:25:54.890960+0000 mgr.smithi100.rjsfuw (mgr.14180) 405 : cluster [DBG] 2024-02-23T00:25:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:56 smithi144 conmon[43533]: pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:56.954 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:25:57.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:57 smithi100 conmon[37928]: audit 2024-02-23T00:25:56.292756+0000 mgr.smithi100.rjsfuw (mgr.14180) 406 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:57 smithi144 conmon[43533]: audit 2024-02-23T00:25:56.292756+0000 mgr.smithi100.rjsfuw (mgr.14180) 406 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:25:57.955 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:25:58.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:58 smithi100 conmon[37928]: cluster 2024-02-23T00:25:56.891441+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:25:58.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:25:58 smithi100 conmon[37928]: ) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:58.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:25:58 smithi144 conmon[43533]: cluster 2024-02-23T00:25:56.891441+0000 mgr.smithi100.rjsfuw (mgr.14180) 407 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:25:59.848 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:25:59.849 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:00.478 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:00 smithi100 conmon[37928]: cluster 2024-02-23T00:25:58.892049+0000 mgr.smithi100.rjsfuw (mgr.14180) 408 : cluster 2024-02-23T00:26:00.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:00 smithi100 conmon[37928]: [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:00 smithi144 conmon[43533]: cluster 2024-02-23T00:25:58.892049+0000 mgr.smithi100.rjsfuw (mgr.14180) 408 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:00 smithi144 conmon[43533]: 2024-02-23T00:26:01.479 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:01.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:01 smithi100 conmon[37928]: audit 2024-02-23T00:25:59.843434+0000 mgr.smithi100.rjsfuw (mgr.14180) 409 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:01 smithi144 conmon[43533]: audit 2024-02-23T00:25:59.843434+0000 mgr.smithi100.rjsfuw (mgr.14180) 409 : audit 2024-02-23T00:26:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:01 smithi144 conmon[43533]: [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:02.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:02 smithi100 conmon[37928]: cluster 2024-02-23T00:26:00.892805+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:26:02.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:02 smithi100 conmon[37928]: 410 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:02 smithi144 conmon[43533]: cluster 2024-02-23T00:26:00.892805+0000 mgr.smithi100.rjsfuw (mgr.14180) 410 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:03.464 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:03.464 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:04.169 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:04 smithi100 conmon[37928]: cluster 2024-02-23T00:26:02.893172+0000 mgr.smithi100.rjsfuw (mgr.14180) 411 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:04 smithi100 conmon[37928]: audit 2024-02-23T00:26:03.459609+0000 mgr.smithi100.rjsfuw (mgr.14180) 412 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:04 smithi144 conmon[43533]: cluster 2024-02-23T00:26:02.893172+0000 mgr.smithi100.rjsfuw (mgr.14180) 411 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:04 smithi144 conmon[43533]: audit 2024-02-23T00:26:03.459609+0000 mgr.smithi100.rjsfuw (mgr.14180) 412 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:05.170 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:06 smithi100 conmon[37928]: cluster 2024-02-23T00:26:04.893792+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:26:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:06 smithi100 conmon[37928]: 413 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:06 smithi144 conmon[43533]: cluster 2024-02-23T00:26:04.893792+0000 mgr.smithi100.rjsfuw (mgr.14180) 413 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:07.094 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:07.094 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:07.735 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:08 smithi100 conmon[37928]: cluster 2024-02-23T00:26:06.894286+0000 mgr.smithi100.rjsfuw (mgr.14180) 414 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:08 smithi100 conmon[37928]: audit 2024-02-23T00:26:07.089156+0000 mgr.smithi100.rjsfuw (mgr.14180) 415 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:08.736 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:08 smithi144 conmon[43533]: cluster 2024-02-23T00:26:06.894286+0000 mgr.smithi100.rjsfuw (mgr.14180) 414 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:08 smithi144 conmon[43533]: audit 2024-02-23T00:26:07.089156+0000 mgr.smithi100.rjsfuw (mgr.14180) 415 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:10.635 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:10.636 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:10.662 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:10 smithi100 conmon[37928]: cluster 2024-02-23T00:26:08.894819+0000 mgr.smithi100.rjsfuw (mgr.14180) 416 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:10 smithi144 conmon[43533]: cluster 2024-02-23T00:26:08.894819+0000 mgr.smithi100.rjsfuw (mgr.14180) 416 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:11.403 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:12.404 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:12.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:12 smithi100 conmon[37928]: audit 2024-02-23T00:26:10.630353+0000 mgr.smithi100.rjsfuw (mgr.14180) 417 : audit 2024-02-23T00:26:12.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:12 smithi100 conmon[37928]: [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:12.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:12 smithi100 conmon[37928]: cluster 2024-02-23T00:26:10.895375+0000 mgr.smithi100.rjsfuw (mgr.14180) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:12 smithi144 conmon[43533]: audit 2024-02-23T00:26:10.630353+0000 mgr.smithi100.rjsfuw (mgr.14180) 417 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:12 smithi144 conmon[43533]: cluster 2024-02-23T00:26:10.895375+0000 mgr.smithi100.rjsfuw (mgr.14180) 418 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:14.319 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:14.319 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:14 smithi100 conmon[37928]: cluster 2024-02-23T00:26:12.895760+0000 mgr.smithi100.rjsfuw (mgr.14180) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:14 smithi144 conmon[43533]: cluster 2024-02-23T00:26:12.895760+0000 mgr.smithi100.rjsfuw (mgr.14180) 419 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:15.041 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:15 smithi144 conmon[43533]: audit 2024-02-23T00:26:14.314583+0000 mgr.smithi100.rjsfuw (mgr.14180) 420 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:15.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:15 smithi100 conmon[37928]: audit 2024-02-23T00:26:14.314583+0000 mgr.smithi100.rjsfuw (mgr.14180) 420 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:16.042 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:16 smithi144 conmon[43533]: cluster 2024-02-23T00:26:14.896565+0000 mgr.smithi100.rjsfuw (mgr.14180) 421 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:16.894 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:16 smithi100 conmon[37928]: cluster 2024-02-23T00:26:14.896565+0000 mgr.smithi100.rjsfuw (mgr.14180) 421 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:18.015 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:18.016 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:18.659 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:18 smithi144 conmon[43533]: cluster 2024-02-23T00:26:16.897201+0000 mgr.smithi100.rjsfuw (mgr.14180) 422 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:18.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:18 smithi100 conmon[37928]: cluster 2024-02-23T00:26:16.897201+0000 mgr.smithi100.rjsfuw (mgr.14180) 422 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:19.660 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:19 smithi144 conmon[43533]: audit 2024-02-23T00:26:18.011354+0000 mgr.smithi100.rjsfuw (mgr.14180) 423 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:19 smithi100 conmon[37928]: audit 2024-02-23T00:26:18.011354+0000 mgr.smithi100.rjsfuw (mgr.14180) 423 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:20.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:20 smithi144 conmon[43533]: cluster 2024-02-23T00:26:18.897708+0000 mgr.smithi100.rjsfuw (mgr.14180) 424 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:20.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:20 smithi100 conmon[37928]: cluster 2024-02-23T00:26:18.897708+0000 mgr.smithi100.rjsfuw (mgr.14180) 424 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:21.531 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:21.531 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:22.183 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:22 smithi144 conmon[43533]: cluster 2024-02-23T00:26:20.898460+0000 mgr.smithi100.rjsfuw (mgr.14180) 425 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:23.731 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:22 smithi144 conmon[43533]: audit 2024-02-23T00:26:21.526873+0000 mgr.smithi100.rjsfuw (mgr.14180) 426 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:23.731 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:23.732 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:22 smithi100 conmon[37928]: cluster 2024-02-23T00:26:20.898460+0000 mgr.smithi100.rjsfuw (mgr.14180) 425 : cluster 2024-02-23T00:26:23.732 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:22 smithi100 conmon[37928]: [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:23.733 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:22 smithi100 conmon[37928]: audit 2024-02-23T00:26:21.526873+0000 mgr.smithi100.rjsfuw (mgr.14180) 426 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:24 smithi144 conmon[43533]: cluster 2024-02-23T00:26:22.898893+0000 mgr.smithi100.rjsfuw (mgr.14180) 427 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:24.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:24 smithi100 conmon[37928]: cluster 2024-02-23T00:26:22.898893+0000 mgr.smithi100.rjsfuw (mgr.14180) 427 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:25.733 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:25.733 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:26.428 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:26 smithi100 conmon[37928]: cluster 2024-02-23T00:26:24.899655+0000 mgr.smithi100.rjsfuw (mgr.14180) 428 : cluster [DBG] 2024-02-23T00:26:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:26 smithi100 conmon[37928]: pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:26.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:26 smithi144 conmon[43533]: cluster 2024-02-23T00:26:24.899655+0000 mgr.smithi100.rjsfuw (mgr.14180) 428 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:27.428 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:27 smithi144 conmon[43533]: audit 2024-02-23T00:26:25.728945+0000 mgr.smithi100.rjsfuw (mgr.14180) 429 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:27.896 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:27 smithi100 conmon[37928]: audit 2024-02-23T00:26:25.728945+0000 mgr.smithi100.rjsfuw (mgr.14180) 429 : audit [DBG] 2024-02-23T00:26:27.896 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:27 smithi100 conmon[37928]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:28 smithi100 conmon[37928]: cluster 2024-02-23T00:26:26.900308+0000 mgr.smithi100.rjsfuw (mgr.14180) 430 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:28 smithi144 conmon[43533]: cluster 2024-02-23T00:26:26.900308+0000 mgr.smithi100.rjsfuw (mgr.14180) 430 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:29.359 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:29.359 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:02.168213Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:02.168359Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:02.168432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:02.168498Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:02.168562Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-23T00:26:30.142 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-23T00:26:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: cluster 2024-02-23T00:26:28.900983+0000 mgr.smithi100.rjsfuw (mgr.14180) 431 : 2024-02-23T00:26:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: audit 2024-02-23T00:26:29.355072+0000 mgr.smithi100.rjsfuw (mgr.14180) 432 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: audit 2024-02-23T00:26:29.999995+0000 mon.smithi100 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.mmeoub"}]: dispatch 2024-02-23T00:26:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: audit 2024-02-23T00:26:30.004897+0000 mon.smithi100 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:30.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: audit 2024-02-23T00:26:30.007138+0000 mon.smithi100 2024-02-23T00:26:30.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:26:30.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:30 smithi144 conmon[43533]: audit 2024-02-23T00:26:30.274251+0000 mon.smithi100 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:30.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: cluster 2024-02-23T00:26:28 2024-02-23T00:26:30.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: .900983+0000 mgr.smithi100.rjsfuw (mgr.14180) 431 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:30.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: audit 2024-02-23T00:26:29.355072+0000 mgr.smithi100.rjsfuw (mgr.14180) 432 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: audit 2024-02-23T00:26:29.999995+0000 mon.smithi100 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.mmeoub"}]: dispatch 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: audit 2024-02-23T00:26:30 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: .004897+0000 mon.smithi100 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: 23T00:26:30.007138+0000 mon.smithi100 (mon.0) 677 : audit [DBG] 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: audit 2024-02-23T00 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: :26:30.274251+0000 mon.smithi100 (mon.0) 2024-02-23T00:26:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:30 smithi100 conmon[37928]: 678 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:31.144 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:29.999486+0000 mgr.smithi100.rjsfuw (mgr.14180) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:29.999663+0000 mgr.smithi100.rjsfuw (mgr.14180) 434 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:30.000644+0000 mgr.smithi100.rjsfuw (mgr.14180) 435 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:30.005208+0000 mgr.smithi100.rjsfuw (mgr.14180) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:30.006299+0000 mgr.smithi100.rjsfuw (mgr.14180) 437 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cluster 2024-02-23T00:26:30.007223+0000 mgr.smithi100.rjsfuw (mgr.14180) 438 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:31.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:31 smithi144 conmon[43533]: cluster 2024-02-23T00:26:31.003201+0000 mon.smithi100 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:26:31.948 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:29.999486+0000 mgr.smithi100.rjsfuw (mgr.14180) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.950 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.951 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:29.999663+0000 mgr.smithi100.rjsfuw (mgr.14180) 434 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:30.000644+0000 mgr.smithi100.rjsfuw (mgr.14180) 435 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.mmeoub ... 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:24:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:10Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:25:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:26:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:26:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:30.005208+0000 mgr.smithi100.rjsfuw (mgr.14180) 436 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:26:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:30.006299+0000 mgr.smithi100.rjsfuw (mgr.14180) 437 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:26:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cluster 2024-02-23T00:26:30.007223+0000 mgr.smithi100.rjsfuw (mgr.14180) 438 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:31 smithi100 conmon[37928]: cluster 2024-02-23T00:26:31.003201+0000 mon.smithi100 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:26:33.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:32 smithi100 conmon[37928]: audit 2024-02-23T00:26:31.857542+0000 mon.smithi100 (mon.0) 680 : audit [INF] 2024-02-23T00:26:33.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:32 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:33.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:32 smithi100 conmon[37928]: cluster 2024-02-23T00:26:32.007729+0000 mgr.smithi100.rjsfuw (mgr.14180) 439 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:33.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:32 smithi144 conmon[43533]: audit 2024-02-23T00:26:31.857542+0000 mon.smithi100 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:33.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:32 smithi144 conmon[43533]: cluster 2024-02-23T00:26:32.007729+0000 mgr.smithi100.rjsfuw (mgr.14180) 439 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:33.901 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:33.901 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:21:06.204844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:21:06.204960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:21:06.205066Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:21:06.204715Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:21:06.204520Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:21:06.205146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:21:06.205277Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:21:06.205212Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 2, "size": 4}}] 2024-02-23T00:26:34.797 INFO:tasks.cephadm:rgw.foo has 2/4 2024-02-23T00:26:35.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:34 smithi100 conmon[37928]: audit 2024-02-23T00:26:33.896435+0000 mgr.smithi100.rjsfuw (mgr.14180) 440 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:35.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:34 smithi100 conmon[37928]: audit 2024-02-23T00:26:33.933498+0000 mon.smithi100 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:35.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:34 smithi100 conmon[37928]: cluster 2024-02-23T00:26:34.008290+0000 mgr.smithi100.rjsfuw (mgr.14180) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:35.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:34 smithi100 conmon[37928]: audit 2024-02-23T00:26:34.071849+0000 mon.smithi100 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: audit 2024-02-23T00:26:33.896435+0000 mgr.smithi100.rjsfuw (mgr.14180) 440 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: audit 2024-02-23T00:26:33.933498+0000 mon.smithi100 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: cluster 2024-02-23T00 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: :26:34.008290+0000 mgr.smithi100.rjsfuw (mgr.14180) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: audit 2024-02-23T00:26:34.071849+0000 mon.smithi100 (mon.0) 682 : 2024-02-23T00:26:35.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:34 smithi144 conmon[43533]: audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:35.799 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02-23T00:26:35.165756+0000 mon.smithi100 (mon.0) 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: 683 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02-23T00:26:35.473412+0000 mon.smithi100 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02-23T00:26:35.474026+0000 mon.smithi100 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:35 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: .477023+0000 mgr.smithi100.rjsfuw (mgr.14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02-23T00:26:35.732505 2024-02-23T00:26:36.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: +0000 mon.smithi100 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02- 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: 23T00:26:35.737325+0000 mon.smithi100 (mon.0 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: ) 687 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: -02-23T00:26:35.741946+0000 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: mon.smithi100 (mon.0) 688 : audit [INF] 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: audit 2024-02-23T00 2024-02-23T00:26:36.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: :26:35.747544+0000 mon.smithi100 (mon.0 2024-02-23T00:26:36.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:36 smithi100 conmon[37928]: ) 689 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:26:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T00:26:35.165756+0000 mon.smithi100 (mon.0) 683 : 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T00:26:35.473412+0000 mon.smithi100 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T00:26:35.474026+0000 mon.smithi100 (mon.0 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: ) 685 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:35.477023+0000 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: 00:26:35.732505+0000 mon.smithi100 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: 23T00:26:35.737325+0000 mon.smithi100 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:26:36.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: 00:26:35.741946+0000 mon.smithi100 (mon.0) 688 : audit [INF] 2024-02-23T00:26:36.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:36.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: audit 2024-02-23T00:26:36.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: 2024-02-23T00:26:35.747544+0000 mon.smithi100 ( 2024-02-23T00:26:36.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:36 smithi144 conmon[43533]: mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:26:37.429 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:37 smithi100 conmon[37928]: cluster 2024-02-23T00:26:35.743281+0000 mgr.smithi100.rjsfuw (mgr.14180) 443 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:37.429 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:37 smithi100 conmon[37928]: cephadm 2024-02-23T00:26:35.753980+0000 mgr.smithi100.rjsfuw (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.lqoxta on smithi144 2024-02-23T00:26:37.429 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:37 smithi100 conmon[37928]: cluster 2024-02-23T00:26:36.740420+0000 mon.smithi100 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:26:37.429 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:37 smithi100 conmon[37928]: cluster 2024-02-23T00:26:36.740447+0000 mon.smithi100 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-23T00:26:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: cluster 2024-02-23T00:26:35.743281+0000 mgr.smithi100.rjsfuw (mgr.14180) 443 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: cephadm 2024-02-23T00:26:35.753980+0000 mgr.smithi100.rjsfuw (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.lqoxta on smithi144 2024-02-23T00:26:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: cluster 2024-02-23T00: 2024-02-23T00:26:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: 26:36.740420+0000 mon.smithi100 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:26:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:26:37.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:37 smithi144 conmon[43533]: 02-23T00:26:36.740447+0000 mon.smithi100 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-02-23T00:26:37.838 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:37.838 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:38.514 INFO:tasks.cephadm:rgw.foo has 4/4 2024-02-23T00:26:38.514 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-23T00:26:38.525 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-02-23T00:26:38.525 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:39.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:39 smithi100 conmon[37928]: cluster 2024-02-23T00:26:37.743615+0000 mgr.smithi100.rjsfuw (mgr.14180) 445 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:39.298 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:39 smithi100 conmon[37928]: audit 2024-02-23T00:26:37.832852+0000 mgr.smithi100.rjsfuw (mgr.14180) 446 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:39 smithi144 conmon[43533]: cluster 2024-02-23T00:26:37.743615+0000 mgr.smithi100.rjsfuw (mgr.14180) 445 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:39 smithi144 conmon[43533]: audit 2024-02-23T00:26:37.832852+0000 mgr.smithi100.rjsfuw (mgr.14180) 446 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:40.409 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:40.409 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:41.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:41 smithi100 conmon[37928]: cluster 2024-02-23T00:26:39.744276+0000 mgr.smithi100.rjsfuw (mgr.14180) 447 : cluster [DBG] 2024-02-23T00:26:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:41 smithi100 conmon[37928]: pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 188 B/s wr, 2 op/s 2024-02-23T00:26:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:41 smithi100 conmon[37928]: audit 2024-02-23T00:26:40.404166+0000 mgr.smithi100.rjsfuw (mgr.14180) 448 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:41 smithi144 conmon[43533]: cluster 2024-02-23T00:26:39.744276+0000 mgr.smithi100.rjsfuw (mgr.14180) 447 : cluster [DBG] 2024-02-23T00:26:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:41 smithi144 conmon[43533]: pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 188 B/s wr, 2 op/s 2024-02-23T00:26:41.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:41 smithi144 conmon[43533]: audit 2024-02-23T00:26:40.404166+0000 mgr.smithi100.rjsfuw (mgr.14180) 448 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:42.108 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:43 smithi100 conmon[37928]: cluster 2024-02-23T00:26:41.744760+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:26:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:43 smithi100 conmon[37928]: ) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:43 smithi144 conmon[43533]: cluster 2024-02-23T00:26:41.744760+0000 mgr.smithi100.rjsfuw (mgr.14180) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:44.174 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:44.175 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:44.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:45 smithi100 conmon[37928]: cluster 2024-02-23T00:26:43.745229+0000 mgr.smithi100.rjsfuw (mgr.14180) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:45 smithi100 conmon[37928]: audit 2024-02-23T00:26:44.169725+0000 mgr.smithi100.rjsfuw (mgr.14180) 451 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:45 smithi144 conmon[43533]: cluster 2024-02-23T00:26:43.745229+0000 mgr.smithi100.rjsfuw (mgr.14180) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:45 smithi144 conmon[43533]: audit 2024-02-23T00:26:44.169725+0000 mgr.smithi100.rjsfuw (mgr.14180) 451 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:45.882 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:47.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:47 smithi100 conmon[37928]: cluster 2024-02-23T00:26:45.746060+0000 mgr.smithi100.rjsfuw (mgr.14180) 452 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:47 smithi144 conmon[43533]: cluster 2024-02-23T00:26:45.746060+0000 mgr.smithi100.rjsfuw (mgr.14180) 452 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 174 B/s wr, 2 op/s 2024-02-23T00:26:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:47 smithi144 conmon[43533]: 2024-02-23T00:26:47.800 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:47.800 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:48.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:49 smithi100 conmon[37928]: cluster 2024-02-23T00:26:47.746426+0000 mgr.smithi100.rjsfuw (mgr.14180) 453 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-23T00:26:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:49 smithi100 conmon[37928]: audit 2024-02-23T00:26:47.794279+0000 mgr.smithi100.rjsfuw (mgr.14180) 454 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:49 smithi100 conmon[37928]: audit 2024-02-23T00:26:48.934713+0000 mon.smithi100 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:49.486 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:49 smithi144 conmon[43533]: cluster 2024-02-23T00:26:47.746426+0000 mgr.smithi100.rjsfuw (mgr.14180) 453 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-23T00:26:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:49 smithi144 conmon[43533]: 2024-02-23T00:26:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:49 smithi144 conmon[43533]: audit 2024-02-23T00:26:47.794279+0000 mgr.smithi100.rjsfuw (mgr.14180) 454 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:49 smithi144 conmon[43533]: audit 2024-02-23T00 2024-02-23T00:26:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:49 smithi144 conmon[43533]: :26:48.934713+0000 mon.smithi100 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:26:51.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:51 smithi100 conmon[37928]: cluster 2024-02-23T00:26:49.746995+0000 mgr.smithi100.rjsfuw (mgr.14180) 455 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-23T00:26:51.477 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:51.477 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:51 smithi144 conmon[43533]: cluster 2024-02-23T00:26:49.746995+0000 mgr.smithi100.rjsfuw (mgr.14180) 455 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-23T00:26:52.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:52 smithi100 conmon[37928]: audit 2024-02-23T00:26:51.472503+0000 mgr.smithi100.rjsfuw (mgr.14180) 456 : 2024-02-23T00:26:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:52 smithi100 conmon[37928]: audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:52.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:52 smithi144 conmon[43533]: audit 2024-02-23T00:26:51.472503+0000 mgr.smithi100.rjsfuw (mgr.14180) 456 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:53.082 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:53 smithi100 conmon[37928]: cluster 2024-02-23T00:26:51.747621+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:26:53.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:53 smithi100 conmon[37928]: 457 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:53 smithi144 conmon[43533]: cluster 2024-02-23T00:26:51.747621+0000 mgr.smithi100.rjsfuw (mgr.14180) 457 : cluster 2024-02-23T00:26:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:53 smithi144 conmon[43533]: [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:54.943 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:54.943 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:55 smithi100 conmon[37928]: cluster 2024-02-23T00:26:53.748133+0000 mgr.smithi100.rjsfuw (mgr.14180) 458 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:55 smithi144 conmon[43533]: cluster 2024-02-23T00:26:53.748133+0000 mgr.smithi100.rjsfuw (mgr.14180) 458 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:55.537 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:56 smithi144 conmon[43533]: audit 2024-02-23T00:26:54.937898+0000 mgr.smithi100.rjsfuw (mgr.14180) 459 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:56 smithi144 conmon[43533]: 2024-02-23T00:26:56.538 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:26:56.571 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:56 smithi100 conmon[37928]: audit 2024-02-23T00:26:54.937898+0000 mgr.smithi100.rjsfuw (mgr.14180) 459 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:57.441 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:57 smithi100 conmon[37928]: cluster 2024-02-23T00:26:55.748874+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:26:57.441 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:57 smithi100 conmon[37928]: ) 460 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:57 smithi144 conmon[43533]: cluster 2024-02-23T00:26:55.748874+0000 mgr.smithi100.rjsfuw (mgr.14180) 460 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:58.493 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:26:58.493 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:26:59.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:26:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:59 smithi100 conmon[37928]: cluster 2024-02-23T00:26:57.749264+0000 mgr.smithi100.rjsfuw (mgr.14180) 461 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:26:59 smithi100 conmon[37928]: audit 2024-02-23T00:26:58.487459+0000 mgr.smithi100.rjsfuw (mgr.14180) 462 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:26:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:59 smithi144 conmon[43533]: cluster 2024-02-23T00:26:57.749264+0000 mgr.smithi100.rjsfuw (mgr.14180) 461 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:26:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:26:59 smithi144 conmon[43533]: audit 2024-02-23T00:26:58.487459+0000 mgr.smithi100.rjsfuw (mgr.14180) 462 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:00.152 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:01.436 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:01 smithi100 conmon[37928]: cluster 2024-02-23T00:26:59.749862+0000 mgr.smithi100.rjsfuw (mgr.14180) 463 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:01.436 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:01 smithi100 conmon[37928]: 2024-02-23T00:27:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:01 smithi144 conmon[43533]: cluster 2024-02-23T00:26:59.749862+0000 mgr.smithi100.rjsfuw (mgr.14180) 463 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:02.077 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:02.077 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:02.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:03 smithi144 conmon[43533]: cluster 2024-02-23T00:27:01.750333+0000 mgr.smithi100.rjsfuw (mgr.14180) 464 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:03 smithi144 conmon[43533]: audit 2024-02-23T00:27:02.071969+0000 mgr.smithi100.rjsfuw (mgr.14180) 465 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:03.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:03 smithi100 conmon[37928]: cluster 2024-02-23T00:27:01.750333+0000 mgr.smithi100.rjsfuw (mgr.14180) 464 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:03.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:03 smithi100 conmon[37928]: audit 2024-02-23T00:27:02.071969+0000 mgr.smithi100.rjsfuw (mgr.14180) 465 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:03.720 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:05.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:05 smithi100 conmon[37928]: cluster 2024-02-23T00:27:03.750860+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:27:05.304 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:05 smithi100 conmon[37928]: 14180) 466 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:05 smithi144 conmon[43533]: cluster 2024-02-23T00:27:03.750860+0000 mgr.smithi100.rjsfuw (mgr.14180) 466 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:05.666 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:05.666 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:06.334 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:07.336 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:07 smithi144 conmon[43533]: audit 2024-02-23T00:27:05.661549+0000 mgr.smithi100.rjsfuw (mgr.14180) 467 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:07 smithi144 conmon[43533]: cluster 2024-02-23T00:27 2024-02-23T00:27:07.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:07 smithi144 conmon[43533]: :05.751649+0000 mgr.smithi100.rjsfuw (mgr.14180) 468 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:07.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:07 smithi100 conmon[37928]: audit 2024-02-23T00:27:05.661549+0000 mgr.smithi100.rjsfuw (mgr.14180) 467 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:07.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:07 smithi100 conmon[37928]: cluster 2024-02-23T00:27:05.751649+0000 mgr.smithi100.rjsfuw (mgr.14180) 468 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:09.261 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:09.262 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:09 smithi144 conmon[43533]: cluster 2024-02-23T00:27:07.752044+0000 mgr.smithi100.rjsfuw (mgr.14180) 469 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:09.568 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:09 smithi100 conmon[37928]: cluster 2024-02-23T00:27:07.752044+0000 mgr.smithi100.rjsfuw (mgr.14180) 469 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:09.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:10 smithi144 conmon[43533]: audit 2024-02-23T00:27:09.255969+0000 mgr.smithi100.rjsfuw (mgr.14180) 470 : audit 2024-02-23T00:27:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:10 smithi144 conmon[43533]: [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:10.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:10 smithi100 conmon[37928]: audit 2024-02-23T00:27:09.255969+0000 mgr.smithi100.rjsfuw (mgr.14180) 470 : audit [DBG] 2024-02-23T00:27:10.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:10 smithi100 conmon[37928]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:10.996 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:11 smithi100 conmon[37928]: cluster 2024-02-23T00:27:09.752764+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:27:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:11 smithi100 conmon[37928]: 471 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:11 smithi144 conmon[43533]: cluster 2024-02-23T00:27:09.752764+0000 mgr.smithi100.rjsfuw (mgr.14180) 471 : 2024-02-23T00:27:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:11 smithi144 conmon[43533]: cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:12.931 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:12.931 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:13.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:13 smithi144 conmon[43533]: cluster 2024-02-23T00:27:11.753376+0000 mgr.smithi100.rjsfuw (mgr.14180) 472 : cluster 2024-02-23T00:27:13.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:13 smithi144 conmon[43533]: [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:13.537 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:13 smithi100 conmon[37928]: cluster 2024-02-23T00:27:11.753376+0000 mgr.smithi100.rjsfuw (mgr.14180) 472 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:13.549 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:14 smithi144 conmon[43533]: audit 2024-02-23T00:27:12.925886+0000 mgr.smithi100.rjsfuw (mgr.14180) 473 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:14 smithi144 conmon[43533]: 2024-02-23T00:27:14.551 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:14.584 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:14 smithi100 conmon[37928]: audit 2024-02-23T00:27:12.925886+0000 mgr.smithi100.rjsfuw (mgr.14180) 473 : audit [DBG] 2024-02-23T00:27:14.584 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:14 smithi100 conmon[37928]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:15.426 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:15 smithi100 conmon[37928]: cluster 2024-02-23T00:27:13.754046+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:27:15.426 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:15 smithi100 conmon[37928]: 474 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:15 smithi144 conmon[43533]: cluster 2024-02-23T00:27:13.754046+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:27:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:15 smithi144 conmon[43533]: 474 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:16.586 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:16.586 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:17.192 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:17.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:17 smithi100 conmon[37928]: cluster 2024-02-23T00:27:15.754772+0000 mgr.smithi100.rjsfuw (mgr.14180) 475 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:17 smithi144 conmon[43533]: cluster 2024-02-23T00:27:15.754772+0000 mgr.smithi100.rjsfuw (mgr.14180) 475 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:18.193 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:18.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:18 smithi144 conmon[43533]: audit 2024-02-23T00:27:16.580219+0000 mgr.smithi100.rjsfuw (mgr.14180) 476 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:18.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:18 smithi144 conmon[43533]: 2024-02-23T00:27:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:18 smithi100 conmon[37928]: audit 2024-02-23T00:27:16.580219+0000 mgr.smithi100.rjsfuw (mgr.14180) 476 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:18 smithi100 conmon[37928]: 2024-02-23T00:27:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:19 smithi100 conmon[37928]: cluster 2024-02-23T00:27:17.755196+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:27:19.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:19 smithi100 conmon[37928]: ) 477 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:19 smithi144 conmon[43533]: cluster 2024-02-23T00:27:17.755196+0000 mgr.smithi100.rjsfuw (mgr.14180) 477 : cluster [DBG] 2024-02-23T00:27:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:19 smithi144 conmon[43533]: pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:20.247 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:20.247 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:20.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:21 smithi144 conmon[43533]: cluster 2024-02-23T00:27:19.755753+0000 mgr.smithi100.rjsfuw (mgr.14180) 478 : cluster 2024-02-23T00:27:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:21 smithi144 conmon[43533]: [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:21 smithi144 conmon[43533]: audit 2024-02-23T00:27:20.241018+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:27:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:21 smithi144 conmon[43533]: 479 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:21.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:21 smithi100 conmon[37928]: cluster 2024-02-23T00:27:19.755753+0000 mgr.smithi100.rjsfuw (mgr.14180) 478 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:21.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:21 smithi100 conmon[37928]: audit 2024-02-23T00:27:20.241018+0000 mgr.smithi100.rjsfuw (mgr.14180) 479 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:21.927 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:23.441 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:23 smithi100 conmon[37928]: cluster 2024-02-23T00:27:21.756581+0000 mgr.smithi100.rjsfuw (mgr.14180) 480 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:23.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:23 smithi144 conmon[43533]: cluster 2024-02-23T00:27:21.756581+0000 mgr.smithi100.rjsfuw (mgr.14180) 480 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:23.822 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:23.823 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:24.499 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:25.501 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:25.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:25 smithi100 conmon[37928]: cluster 2024-02-23T00:27:23.757015+0000 mgr.smithi100.rjsfuw (mgr.14180) 481 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:25.534 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:25 smithi100 conmon[37928]: audit 2024-02-23T00:27:23.818166+0000 mgr.smithi100.rjsfuw (mgr.14180) 482 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:25.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:25 smithi144 conmon[43533]: cluster 2024-02-23T00:27:23.757015+0000 mgr.smithi100.rjsfuw (mgr.14180) 481 : cluster 2024-02-23T00:27:25.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:25 smithi144 conmon[43533]: [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:25.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:25 smithi144 conmon[43533]: audit 2024-02-23T00:27: 2024-02-23T00:27:25.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:25 smithi144 conmon[43533]: 23.818166+0000 mgr.smithi100.rjsfuw (mgr.14180) 482 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:27.492 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:27.492 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:27.657 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:27 smithi100 conmon[37928]: cluster 2024-02-23T00:27:25.757564+0000 mgr.smithi100.rjsfuw (mgr.14180) 483 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:27 smithi144 conmon[43533]: cluster 2024-02-23T00:27:25.757564+0000 mgr.smithi100.rjsfuw (mgr.14180) 483 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:28.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:28 smithi100 conmon[37928]: audit 2024-02-23T00:27:27.486682+0000 mgr.smithi100.rjsfuw (mgr.14180) 484 2024-02-23T00:27:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:28 smithi100 conmon[37928]: : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:28 smithi144 conmon[43533]: audit 2024-02-23T00:27:27.486682+0000 mgr.smithi100.rjsfuw (mgr.14180) 484 : audit 2024-02-23T00:27:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:28 smithi144 conmon[43533]: [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:29.090 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:29 smithi100 conmon[37928]: cluster 2024-02-23T00:27:27.758009+0000 2024-02-23T00:27:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:29 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 485 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:29.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:29 smithi144 conmon[43533]: cluster 2024-02-23T00:27:27.758009+0000 mgr.smithi100.rjsfuw (mgr.14180) 485 : cluster [DBG] 2024-02-23T00:27:29.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:29 smithi144 conmon[43533]: pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:30.981 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:30.982 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:31.588 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:31 smithi100 conmon[37928]: cluster 2024-02-23T00:27:29.758547+0000 mgr.smithi100.rjsfuw (mgr.14180) 486 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:31.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:31 smithi144 conmon[43533]: cluster 2024-02-23T00:27:29.758547+0000 mgr.smithi100.rjsfuw (mgr.14180) 486 : cluster [DBG] 2024-02-23T00:27:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:31 smithi144 conmon[43533]: pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:32.606 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:32.651 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:32 smithi100 conmon[37928]: audit 2024-02-23T00:27:30.976164+0000 mgr.smithi100.rjsfuw (mgr.14180) 487 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:32 smithi144 conmon[43533]: audit 2024-02-23T00:27:30.976164+0000 mgr.smithi100.rjsfuw (mgr.14180) 487 : audit [DBG] 2024-02-23T00:27:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:32 smithi144 conmon[43533]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:33 smithi100 conmon[37928]: cluster 2024-02-23T00:27:31.759161+0000 mgr.smithi100.rjsfuw (mgr.14180) 488 : cluster 2024-02-23T00:27:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:33 smithi100 conmon[37928]: [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:33 smithi144 conmon[43533]: cluster 2024-02-23T00:27:31.759161+0000 mgr.smithi100.rjsfuw (mgr.14180) 488 : cluster 2024-02-23T00:27:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:33 smithi144 conmon[43533]: [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:34.506 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:34.506 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:35.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:35.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:35 smithi100 conmon[37928]: cluster 2024-02-23T00:27:33.759683+0000 mgr.smithi100.rjsfuw (mgr.14180) 489 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:35.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:35 smithi100 conmon[37928]: audit 2024-02-23T00:27:34.500682+0000 mgr.smithi100.rjsfuw (mgr.14180) 490 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:35.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:35 smithi144 conmon[43533]: cluster 2024-02-23T00:27:33.759683+0000 mgr.smithi100.rjsfuw (mgr.14180) 489 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:35.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:35 smithi144 conmon[43533]: audit 2024-02-23T00:27:34.500682+0000 mgr.smithi100.rjsfuw (mgr.14180) 490 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:36.172 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:37.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:37 smithi100 conmon[37928]: cluster 2024-02-23T00:27:35.760321+0000 mgr.smithi100.rjsfuw (mgr.14180) 491 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:37.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:37 smithi144 conmon[43533]: cluster 2024-02-23T00:27:35.760321+0000 mgr.smithi100.rjsfuw (mgr.14180) 491 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:37.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:37 smithi144 conmon[43533]: 2024-02-23T00:27:38.099 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:38.099 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:38.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:39 smithi100 conmon[37928]: cluster 2024-02-23T00:27:37.760653+0000 mgr.smithi100.rjsfuw (mgr.14180) 492 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:39 smithi100 conmon[37928]: audit 2024-02-23T00:27:38.092866+0000 mgr.smithi100.rjsfuw (mgr.14180) 493 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:39.749 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:39.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:39 smithi144 conmon[43533]: cluster 2024-02-23T00:27:37.760653+0000 mgr.smithi100.rjsfuw (mgr.14180) 492 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:39.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:39 smithi144 conmon[43533]: audit 2024-02-23T00:27:38.092866+0000 mgr.smithi100.rjsfuw (mgr.14180) 493 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:41.372 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:41 smithi100 conmon[37928]: cluster 2024-02-23T00:27:39.761295+0000 mgr.smithi100.rjsfuw (mgr.14180) 494 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:41.724 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:41.724 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:41 smithi144 conmon[43533]: cluster 2024-02-23T00:27:39.761295+0000 mgr.smithi100.rjsfuw (mgr.14180) 494 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:42.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:43.423 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:43 smithi100 conmon[37928]: audit 2024-02-23T00:27:41.718736+0000 mgr.smithi100.rjsfuw (mgr.14180) 495 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:43 smithi100 conmon[37928]: cluster 2024-02-23T00:27:41.761739+0000 mgr.smithi100.rjsfuw (mgr.14180) 496 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:43 smithi144 conmon[43533]: audit 2024-02-23T00:27:41.718736+0000 mgr.smithi100.rjsfuw (mgr.14180) 495 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:43 smithi144 conmon[43533]: cluster 2024-02-23T00:27:41.761739+0000 mgr.smithi100.rjsfuw (mgr.14180) 496 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:45.384 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:45.384 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:45.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:45 smithi100 conmon[37928]: cluster 2024-02-23T00:27:43.762291+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:27:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:45 smithi100 conmon[37928]: mgr.14180) 497 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:45.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:45 smithi144 conmon[43533]: cluster 2024-02-23T00:27:43.762291+0000 mgr.smithi100.rjsfuw (mgr.14180) 497 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:46.006 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:46.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:46 smithi100 conmon[37928]: audit 2024-02-23T00:27:45.379396+0000 mgr.smithi100.rjsfuw (mgr.14180) 498 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:46 smithi144 conmon[43533]: audit 2024-02-23T00:27:45.379396+0000 mgr.smithi100.rjsfuw (mgr.14180) 498 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:46 smithi144 conmon[43533]: 2024-02-23T00:27:47.007 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:47 smithi100 conmon[37928]: cluster 2024-02-23T00:27:45.763078+0000 mgr.smithi100.rjsfuw (mgr.14180) 499 : 2024-02-23T00:27:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:47 smithi100 conmon[37928]: cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:47 smithi144 conmon[43533]: cluster 2024-02-23T00:27:45.763078+0000 mgr.smithi100.rjsfuw (mgr.14180) 499 : cluster [DBG] 2024-02-23T00:27:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:47 smithi144 conmon[43533]: pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:48.903 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:48.903 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:49.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:49.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:49 smithi100 conmon[37928]: cluster 2024-02-23T00:27:47.763600+0000 mgr.smithi100.rjsfuw (mgr.14180) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:49 smithi144 conmon[43533]: cluster 2024-02-23T00:27:47.763600+0000 mgr.smithi100.rjsfuw (mgr.14180) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:50.570 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:50.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:50 smithi100 conmon[37928]: audit 2024-02-23T00:27:48.898352+0000 mgr.smithi100.rjsfuw (mgr.14180) 501 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:50 smithi144 conmon[43533]: audit 2024-02-23T00:27:48.898352+0000 mgr.smithi100.rjsfuw (mgr.14180) 501 : audit [DBG] 2024-02-23T00:27:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:50 smithi144 conmon[43533]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:51.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:51 smithi100 conmon[37928]: cluster 2024-02-23T00:27:49.764227+0000 mgr.smithi100.rjsfuw (mgr.14180) 502 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:51.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:51 smithi144 conmon[43533]: cluster 2024-02-23T00:27:49.764227+0000 mgr.smithi100.rjsfuw (mgr.14180) 502 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:52.535 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:52.536 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:53.185 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:53.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:53 smithi100 conmon[37928]: cluster 2024-02-23T00:27:51.764630+0000 mgr.smithi100.rjsfuw (mgr.14180) 503 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:53 smithi100 conmon[37928]: audit 2024-02-23T00:27:52.530580+0000 mgr.smithi100.rjsfuw (mgr.14180) 504 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:53 smithi144 conmon[43533]: cluster 2024-02-23T00:27:51.764630+0000 mgr.smithi100.rjsfuw (mgr.14180) 503 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:53 smithi144 conmon[43533]: audit 2024-02-23T00:27:52.530580+0000 mgr.smithi100.rjsfuw (mgr.14180) 504 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:54.188 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:55.729 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:55 smithi100 conmon[37928]: cluster 2024-02-23T00:27:53.765257+0000 mgr.smithi100.rjsfuw (mgr.14180) 505 2024-02-23T00:27:55.729 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:55 smithi100 conmon[37928]: : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:55 smithi144 conmon[43533]: cluster 2024-02-23T00:27:53.765257+0000 mgr.smithi100.rjsfuw (mgr.14180) 505 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:56.123 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:56.123 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:56.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:27:57.762 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:27:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:57 smithi144 conmon[43533]: cluster 2024-02-23T00:27:55.765933+0000 mgr.smithi100.rjsfuw (mgr.14180) 506 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:57 smithi144 conmon[43533]: audit 2024-02-23T00:27:56.118379+0000 mgr.smithi100.rjsfuw (mgr.14180) 507 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:57.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:57 smithi100 conmon[37928]: cluster 2024-02-23T00:27:55.765933+0000 mgr.smithi100.rjsfuw (mgr.14180) 506 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:57.795 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:57 smithi100 conmon[37928]: audit 2024-02-23T00:27:56.118379+0000 mgr.smithi100.rjsfuw (mgr.14180) 507 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:27:59.679 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:27:59.679 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:27:59.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:59 smithi100 conmon[37928]: cluster 2024-02-23T00:27:57.766378+0000 mgr.smithi100.rjsfuw (mgr.14180) 508 : cluster 2024-02-23T00:27:59.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:27:59 smithi100 conmon[37928]: [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:27:59.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:27:59 smithi144 conmon[43533]: cluster 2024-02-23T00:27:57.766378+0000 mgr.smithi100.rjsfuw (mgr.14180) 508 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:00.409 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:01.410 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:01.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:01 smithi100 conmon[37928]: audit 2024-02-23T00:27:59.674589+0000 mgr.smithi100.rjsfuw (mgr.14180) 509 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:01.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:01 smithi100 conmon[37928]: cluster 2024-02-23T00:27:59.767288+0000 mgr.smithi100.rjsfuw (mgr.14180) 510 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:01 smithi144 conmon[43533]: audit 2024-02-23T00:27:59.674589+0000 mgr.smithi100.rjsfuw (mgr.14180) 509 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:01 smithi144 conmon[43533]: cluster 2024-02-23T 2024-02-23T00:28:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:01 smithi144 conmon[43533]: 00:27:59.767288+0000 mgr.smithi100.rjsfuw (mgr.14180) 510 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:03.299 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:03.299 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:03.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:03 smithi100 conmon[37928]: cluster 2024-02-23T00:28:01.767936+0000 mgr.smithi100.rjsfuw (mgr.14180) 511 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:03.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:03 smithi144 conmon[43533]: cluster 2024-02-23T00:28:01.767936+0000 mgr.smithi100.rjsfuw (mgr.14180) 511 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:03.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:04 smithi144 conmon[43533]: audit 2024-02-23T00:28:03.294402+0000 mgr.smithi100.rjsfuw (mgr.14180) 512 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:04.920 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:04.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:04 smithi100 conmon[37928]: audit 2024-02-23T00:28:03.294402+0000 mgr.smithi100.rjsfuw (mgr.14180) 512 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:05.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:05 smithi100 conmon[37928]: cluster 2024-02-23T00 2024-02-23T00:28:05.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:05 smithi100 conmon[37928]: :28:03.768432+0000 mgr.smithi100.rjsfuw (mgr.14180) 513 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:05.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:05 smithi144 conmon[43533]: cluster 2024-02-23T00:28:03.768432+0000 mgr.smithi100.rjsfuw (mgr.14180) 513 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:06.802 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:06.802 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:07.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:07.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:07 smithi100 conmon[37928]: cluster 2024-02-23T00:28:05.769022+0000 mgr.smithi100.rjsfuw (mgr.14180) 514 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:07 smithi144 conmon[43533]: cluster 2024-02-23T00:28:05.769022+0000 mgr.smithi100.rjsfuw (mgr.14180) 514 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:08.417 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:08 smithi100 conmon[37928]: audit 2024-02-23T00:28:06.797956+0000 mgr.smithi100.rjsfuw (mgr.14180) 515 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:08 smithi144 conmon[43533]: audit 2024-02-23T00:28:06.797956+0000 mgr.smithi100.rjsfuw (mgr.14180) 515 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:09.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:09 smithi100 conmon[37928]: cluster 2024-02-23T00:28:07.769536+0000 mgr.smithi100.rjsfuw (mgr.14180) 516 : cluster 2024-02-23T00:28:09.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:09 smithi100 conmon[37928]: [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:09.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:09 smithi144 conmon[43533]: cluster 2024-02-23T00:28:07.769536+0000 mgr.smithi100.rjsfuw (mgr.14180) 516 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:10.386 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:10.386 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:11.026 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:11.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:11 smithi144 conmon[43533]: cluster 2024-02-23T00:28:09.770096+0000 mgr.smithi100.rjsfuw (mgr.14180) 517 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:11.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:11 smithi144 conmon[43533]: audit 2024-02-23T00:28:10.381228+0000 mgr.smithi100.rjsfuw (mgr.14180) 518 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:11.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:11 smithi100 conmon[37928]: cluster 2024-02-23T00:28:09.770096+0000 mgr.smithi100.rjsfuw (mgr.14180) 517 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:11.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:11 smithi100 conmon[37928]: audit 2024-02-23T00:28:10.381228+0000 mgr.smithi100.rjsfuw (mgr.14180) 518 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:12.027 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:13.602 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:13 smithi100 conmon[37928]: cluster 2024-02-23T00:28:11.770531+0000 mgr.smithi100.rjsfuw (mgr.14180) 519 : cluster 2024-02-23T00:28:14.590 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:13 smithi100 conmon[37928]: [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:14.591 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:13 smithi144 conmon[43533]: cluster 2024-02-23T00:28:11.770531+0000 mgr.smithi100.rjsfuw (mgr.14180) 519 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:14.591 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:14.591 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:14.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:15.626 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:15 smithi144 conmon[43533]: cluster 2024-02-23T00:28:13.770935+0000 mgr.smithi100.rjsfuw (mgr.14180) 520 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:15 smithi144 conmon[43533]: audit 2024-02-23T00:28:13.949785+0000 mgr.smithi100.rjsfuw (mgr.14180) 521 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:15.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:15 smithi100 conmon[37928]: cluster 2024-02-23T00:28:13.770935+0000 mgr.smithi100.rjsfuw (mgr.14180) 520 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:15.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:15 smithi100 conmon[37928]: audit 2024-02-23T00:28:13.949785+0000 mgr.smithi100.rjsfuw (mgr.14180) 521 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:17.548 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:17.548 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:17.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:17 smithi144 conmon[43533]: cluster 2024-02-23T00:28:15.771510+0000 mgr.smithi100.rjsfuw (mgr.14180) 522 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:17.765 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:17 smithi100 conmon[37928]: cluster 2024-02-23T00:28:15.771510+0000 mgr.smithi100.rjsfuw (mgr.14180) 522 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:18.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:18 smithi144 conmon[43533]: audit 2024-02-23T00:28:17.542840+0000 mgr.smithi100.rjsfuw (mgr.14180) 523 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:18.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:18 smithi100 conmon[37928]: audit 2024-02-23T00:28:17.542840+0000 mgr.smithi100.rjsfuw (mgr.14180) 523 : audit [DBG] 2024-02-23T00:28:18.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:18 smithi100 conmon[37928]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:19.182 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:19 smithi144 conmon[43533]: cluster 2024-02-23T00:28:17.771865+0000 mgr.smithi100.rjsfuw (mgr.14180) 524 : cluster [DBG] 2024-02-23T00:28:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:19 smithi144 conmon[43533]: pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:19.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:19 smithi100 conmon[37928]: cluster 2024-02-23T00:28:17.771865+0000 mgr.smithi100.rjsfuw (mgr.14180) 524 : 2024-02-23T00:28:19.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:19 smithi100 conmon[37928]: cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:21.099 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:21.100 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:21.755 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:21.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:21 smithi144 conmon[43533]: cluster 2024-02-23T00:28:19.772476+0000 mgr.smithi100.rjsfuw (mgr.14180) 525 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:21 smithi100 conmon[37928]: cluster 2024-02-23T00:28:19.772476+0000 mgr.smithi100.rjsfuw (mgr.14180) 525 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:22.757 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:22.790 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:22 smithi100 conmon[37928]: audit 2024-02-23T00:28:21.094397+0000 mgr.smithi100.rjsfuw (mgr.14180) 526 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:22.863 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:22 smithi144 conmon[43533]: audit 2024-02-23T00:28:21.094397+0000 mgr.smithi100.rjsfuw (mgr.14180) 526 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:23.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:23 smithi100 conmon[37928]: cluster 2024-02-23T00:28:21.772933+0000 mgr.smithi100.rjsfuw (mgr.14180) 527 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:23 smithi144 conmon[43533]: cluster 2024-02-23T00:28:21.772933+0000 mgr.smithi100.rjsfuw (mgr.14180) 527 2024-02-23T00:28:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:23 smithi144 conmon[43533]: : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:24.698 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:24.698 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:25.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:25 smithi100 conmon[37928]: cluster 2024-02-23T00:28:23.773593+0000 mgr.smithi100.rjsfuw (mgr.14180) 528 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:25 smithi144 conmon[43533]: cluster 2024-02-23T00:28:23.773593+0000 mgr.smithi100.rjsfuw (mgr.14180) 528 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:25 smithi144 conmon[43533]: 2024-02-23T00:28:26.356 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:26 smithi100 conmon[37928]: audit 2024-02-23T00:28:24.693122+0000 mgr.smithi100.rjsfuw (mgr.14180) 529 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:26 smithi144 conmon[43533]: audit 2024-02-23T00:28:24.693122+0000 mgr.smithi100.rjsfuw (mgr.14180) 529 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:26 smithi144 conmon[43533]: 2024-02-23T00:28:27.789 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:27 smithi100 conmon[37928]: cluster 2024-02-23T00:28:25.774177+0000 mgr.smithi100.rjsfuw (mgr.14180) 530 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:27 smithi144 conmon[43533]: cluster 2024-02-23T00:28:25.774177+0000 mgr.smithi100.rjsfuw (mgr.14180) 530 2024-02-23T00:28:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:27 smithi144 conmon[43533]: : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:28.369 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:28.369 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:29.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:29.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:29 smithi100 conmon[37928]: cluster 2024-02-23T00:28:27.774497+0000 mgr.smithi100.rjsfuw (mgr.14180) 531 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:29.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:29 smithi100 conmon[37928]: audit 2024-02-23T00:28:28.363921+0000 mgr.smithi100.rjsfuw (mgr.14180) 532 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:29 smithi144 conmon[43533]: cluster 2024-02-23T00:28:27.774497+0000 mgr.smithi100.rjsfuw (mgr.14180) 531 : cluster [DBG] 2024-02-23T00:28:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:29 smithi144 conmon[43533]: pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:29 smithi144 conmon[43533]: audit 2024-02-23T00:28:28.363921+0000 mgr.smithi100.rjsfuw (mgr.14180) 532 : audit 2024-02-23T00:28:30.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:29 smithi144 conmon[43533]: [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:30.020 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:31.675 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:31 smithi100 conmon[37928]: cluster 2024-02-23T00:28:29.775330+0000 mgr.smithi100.rjsfuw (mgr.14180) 533 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:32.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:31 smithi144 conmon[43533]: cluster 2024-02-23T00:28:29.775330+0000 mgr.smithi100.rjsfuw (mgr.14180) 533 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:32.014 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:32.014 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:32.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:33.690 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:33.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:33 smithi100 conmon[37928]: cluster 2024-02-23T00:28:31.775765+0000 mgr.smithi100.rjsfuw (mgr.14180) 534 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:33.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:33 smithi100 conmon[37928]: audit 2024-02-23T00:28:32.009068+0000 mgr.smithi100.rjsfuw (mgr.14180) 535 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:33 smithi144 conmon[43533]: cluster 2024-02-23T00:28:31.775765+0000 mgr.smithi100.rjsfuw (mgr.14180) 534 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:33 smithi144 conmon[43533]: audit 2024-02-23T00:28:32.009068+0000 mgr.smithi100.rjsfuw (mgr.14180) 535 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:35.574 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:35.574 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:35.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:35 smithi100 conmon[37928]: cluster 2024-02-23T00:28:33.776251+0000 mgr.smithi100.rjsfuw (mgr.14180) 536 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:35 smithi144 conmon[43533]: cluster 2024-02-23T00:28:33.776251+0000 mgr.smithi100.rjsfuw (mgr.14180) 536 : 2024-02-23T00:28:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:35 smithi144 conmon[43533]: cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:36.278 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:37.279 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:37.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:37 smithi100 conmon[37928]: audit 2024-02-23T00:28:35.568455+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:28:37.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:37 smithi100 conmon[37928]: mgr.14180) 537 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:37.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:37 smithi100 conmon[37928]: cluster 2024-02-23T00:28:35.776787+0000 mgr.smithi100.rjsfuw (mgr.14180) 538 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:37 smithi144 conmon[43533]: audit 2024-02-23T00:28:35.568455+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:28:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:37 smithi144 conmon[43533]: ) 537 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:37 smithi144 conmon[43533]: cluster 2024-02-23T00:28:35.776787+0000 mgr.smithi100.rjsfuw (mgr.14180) 538 : 2024-02-23T00:28:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:37 smithi144 conmon[43533]: cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:39.444 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:39.444 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:39.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:39 smithi100 conmon[37928]: cluster 2024-02-23T00:28:37.777110+0000 mgr.smithi100.rjsfuw (mgr.14180) 539 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:40.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:39 smithi144 conmon[43533]: cluster 2024-02-23T00:28:37.777110+0000 mgr.smithi100.rjsfuw (mgr.14180) 539 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:40.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:40.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:40 smithi100 conmon[37928]: audit 2024-02-23T00:28:39.438367+0000 mgr.smithi100.rjsfuw (mgr.14180) 540 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:41.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:40 smithi144 conmon[43533]: audit 2024-02-23T00:28:39.438367+0000 mgr.smithi100.rjsfuw (mgr.14180) 540 : audit [DBG] 2024-02-23T00:28:41.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:40 smithi144 conmon[43533]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:41.145 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:41.936 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:41 smithi100 conmon[37928]: cluster 2024-02-23T00:28:39.777764+0000 mgr.smithi100.rjsfuw (mgr.14180) 541 : 2024-02-23T00:28:41.936 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:41 smithi100 conmon[37928]: cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:42.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:41 smithi144 conmon[43533]: cluster 2024-02-23T00:28:39.777764+0000 mgr.smithi100.rjsfuw (mgr.14180) 541 : cluster [DBG] 2024-02-23T00:28:42.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:41 smithi144 conmon[43533]: pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:42.617 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:42 smithi100 conmon[37928]: cluster 2024-02-23T00:28:41.778249+0000 2024-02-23T00:28:42.617 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:42 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 542 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:42.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:42 smithi144 conmon[43533]: cluster 2024-02-23T00:28:41.778249+0000 mgr.smithi100.rjsfuw (mgr.14180) 542 : cluster [DBG] 2024-02-23T00:28:42.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:42 smithi144 conmon[43533]: pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:42.935 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:42.936 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:43.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:43.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:43 smithi100 conmon[37928]: audit 2024-02-23T00:28:42.931171+0000 mgr.smithi100.rjsfuw (mgr.14180) 543 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:44.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:43 smithi144 conmon[43533]: audit 2024-02-23T00:28:42.931171+0000 mgr.smithi100.rjsfuw (mgr.14180) 543 : audit 2024-02-23T00:28:44.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:43 smithi144 conmon[43533]: [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:44.692 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:44.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:44 smithi100 conmon[37928]: cluster 2024-02-23T00:28:43.778792+0000 mgr.smithi100.rjsfuw (mgr.14180) 544 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:45.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:44 smithi144 conmon[43533]: cluster 2024-02-23T00:28:43.778792+0000 mgr.smithi100.rjsfuw (mgr.14180) 544 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:46.654 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:46.655 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:46.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:46 smithi100 conmon[37928]: cluster 2024-02-23T00:28:45.779419+0000 mgr.smithi100.rjsfuw (mgr.14180) 545 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:47.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:46 smithi144 conmon[43533]: cluster 2024-02-23T00:28:45.779419+0000 mgr.smithi100.rjsfuw (mgr.14180) 545 : cluster 2024-02-23T00:28:47.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:46 smithi144 conmon[43533]: [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:47.327 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:48.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:47 smithi100 conmon[37928]: audit 2024-02-23T00:28:46.649626+0000 mgr.smithi100.rjsfuw (mgr.14180) 546 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:48.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:47 smithi144 conmon[43533]: audit 2024-02-23T00:28:46.649626 2024-02-23T00:28:48.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:47 smithi144 conmon[43533]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 546 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:48.329 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:49.176 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:48 smithi100 conmon[37928]: cluster 2024-02-23T00:28:47.779809+0000 mgr.smithi100.rjsfuw (mgr.14180) 547 2024-02-23T00:28:49.177 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:48 smithi100 conmon[37928]: : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:48 smithi144 conmon[43533]: cluster 2024-02-23T00:28:47.779809+0000 mgr.smithi100.rjsfuw (mgr.14180) 547 : cluster 2024-02-23T00:28:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:48 smithi144 conmon[43533]: [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:50.179 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:50.179 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:50.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:50 smithi100 conmon[37928]: cluster 2024-02-23T00:28:49.780387+0000 mgr.smithi100.rjsfuw (mgr.14180) 548 : cluster [DBG] 2024-02-23T00:28:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:50 smithi100 conmon[37928]: pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:50 smithi100 conmon[37928]: audit 2024-02-23T00:28:50.173460+0000 mgr.smithi100.rjsfuw (mgr.14180) 549 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:51.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:50 smithi144 conmon[43533]: cluster 2024-02-23T00:28:49.780387+0000 mgr.smithi100.rjsfuw (mgr.14180) 548 : cluster 2024-02-23T00:28:51.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:50 smithi144 conmon[43533]: [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:51.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:50 smithi144 conmon[43533]: audit 2024-02-23T00:28:50.173460+0000 mgr.smithi100.rjsfuw (mgr.14180) 549 : audit 2024-02-23T00:28:51.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:50 smithi144 conmon[43533]: [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:51.861 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:53.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:52 smithi100 conmon[37928]: cluster 2024-02-23T00:28:51.781032+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:28:53.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:52 smithi100 conmon[37928]: mgr.14180) 550 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:52 smithi144 conmon[43533]: cluster 2024-02-23T00:28:51.781032+0000 mgr.smithi100.rjsfuw (mgr.14180) 550 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:53.852 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:53.852 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:54.466 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:55.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:54 smithi100 conmon[37928]: cluster 2024-02-23T00:28:53.781576+0000 mgr.smithi100.rjsfuw (mgr.14180) 551 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:55.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:54 smithi100 conmon[37928]: audit 2024-02-23T00:28:53.846474+0000 mgr.smithi100.rjsfuw (mgr.14180) 552 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:55.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:54 smithi144 conmon[43533]: cluster 2024-02-23T00:28:53.781576+0000 mgr.smithi100.rjsfuw (mgr.14180) 551 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:55.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:54 smithi144 conmon[43533]: audit 2024-02-23T00:28:53.846474+0000 mgr.smithi100.rjsfuw (mgr.14180) 552 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:55.467 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:57.095 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:56 smithi100 conmon[37928]: cluster 2024-02-23T00:28:55.782327+0000 mgr.smithi100.rjsfuw (mgr.14180) 553 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:57.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:56 smithi144 conmon[43533]: cluster 2024-02-23T00:28:55.782327+0000 mgr.smithi100.rjsfuw (mgr.14180) 553 : cluster [DBG] 2024-02-23T00:28:57.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:56 smithi144 conmon[43533]: pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:57.466 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:28:57.466 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:28:58.084 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:28:58.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:57 smithi100 conmon[37928]: audit 2024-02-23T00:28:57.461621+0000 mgr.smithi100.rjsfuw (mgr.14180) 554 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:58.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:57 smithi144 conmon[43533]: audit 2024-02-23T00:28:57.461621+0000 mgr.smithi100.rjsfuw (mgr.14180) 554 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:28:58.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:57 smithi144 conmon[43533]: 2024-02-23T00:28:59.085 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:28:59.119 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:58 smithi100 conmon[37928]: cluster 2024-02-23T00:28:57.782678+0000 mgr.smithi100.rjsfuw (mgr.14180) 555 2024-02-23T00:28:59.119 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:28:58 smithi100 conmon[37928]: : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:28:59.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:28:58 smithi144 conmon[43533]: cluster 2024-02-23T00:28:57.782678+0000 mgr.smithi100.rjsfuw (mgr.14180) 555 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:00 smithi100 conmon[37928]: cluster 2024-02-23T00:28:59.783256+0000 mgr.smithi100.rjsfuw (mgr.14180) 556 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:01.051 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:01.051 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:01.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:00 smithi144 conmon[43533]: cluster 2024-02-23T00:28:59.783256+0000 mgr.smithi100.rjsfuw (mgr.14180) 556 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:01.724 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:02.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:01 smithi100 conmon[37928]: audit 2024-02-23T00:29:01.046161+0000 mgr.smithi100.rjsfuw (mgr.14180) 557 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:02.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:01 smithi144 conmon[43533]: audit 2024-02-23T00:29:01.046161+0000 mgr.smithi100.rjsfuw (mgr.14180) 557 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:02.725 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:03.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:02 smithi100 conmon[37928]: cluster 2024-02-23T00:29:01.783834+0000 mgr.smithi100.rjsfuw (mgr.14180) 558 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:03.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:02 smithi100 conmon[37928]: 2024-02-23T00:29:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:02 smithi144 conmon[43533]: cluster 2024-02-23T00:29:01.783834+0000 mgr.smithi100.rjsfuw (mgr.14180) 558 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:04.791 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:04.791 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:05.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:04 smithi100 conmon[37928]: cluster 2024-02-23T00:29:03.784299+0000 mgr.smithi100.rjsfuw (mgr.14180) 559 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:05.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:04 smithi144 conmon[43533]: cluster 2024-02-23T00:29:03.784299+0000 mgr.smithi100.rjsfuw (mgr.14180) 559 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:05.482 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:06.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:05 smithi100 conmon[37928]: audit 2024-02-23T00:29:04.786389+0000 mgr.smithi100.rjsfuw (mgr.14180) 560 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:06.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:05 smithi144 conmon[43533]: audit 2024-02-23T00:29:04.786389+0000 mgr.smithi100.rjsfuw (mgr.14180) 560 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:06.483 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:07.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:06 smithi100 conmon[37928]: cluster 2024-02-23T00:29:05.784872+0000 mgr.smithi100.rjsfuw (mgr.14180) 561 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:07.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:06 smithi144 conmon[43533]: cluster 2024-02-23T00:29:05.784872+0000 mgr.smithi100.rjsfuw (mgr.14180) 561 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:08.373 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:08.373 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.537291Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:09.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:09.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:08 smithi100 conmon[37928]: cluster 2024-02-23T00:29:07.785201+0000 mgr.smithi100.rjsfuw (mgr.14180) 562 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:09.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:08 smithi100 conmon[37928]: audit 2024-02-23T00:29:08.367633+0000 mgr.smithi100.rjsfuw (mgr.14180) 563 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:09.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:08 smithi144 conmon[43533]: cluster 2024-02-23T00:29:07.785201+0000 mgr.smithi100.rjsfuw (mgr.14180) 562 : cluster [DBG] 2024-02-23T00:29:09.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:08 smithi144 conmon[43533]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:09.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:08 smithi144 conmon[43533]: audit 2024-02-23T00:29:08.367633+0000 mgr.smithi100.rjsfuw (mgr.14180) 563 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:10.048 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:29:09.391339+0000 mgr.smithi100.rjsfuw (mgr.14180) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.204 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:29:09.391550+0000 mgr.smithi100.rjsfuw (mgr.14180) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: audit 2024-02-23T00:29:09.391861+0000 mon.smithi100 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.lqoxta"}]: dispatch 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:29:09.392490+0000 mgr.smithi100.rjsfuw (mgr.14180) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.205 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.206 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:09 smithi100 conmon[37928]: cephadm 2024-02-23T00:29:09.393993+0000 mgr.smithi100.rjsfuw (mgr.14180) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.uioamj on smithi100 2024-02-23T00:29:10.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: cephadm 2024-02-23T00:29:09.391339+0000 mgr.smithi100.rjsfuw (mgr.14180) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:29:10.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.264 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: cephadm 2024-02-23T00:29:09.391550+0000 mgr.smithi100.rjsfuw (mgr.14180) 565 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: audit 2024-02-23T00:29:09.391861+0000 mon.smithi100 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.lqoxta"}]: dispatch 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: cephadm 2024-02-23T00:29:09.392490+0000 mgr.smithi100.rjsfuw (mgr.14180) 566 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.lqoxta ... 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.265 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:27:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.266 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:28:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:29:10.266 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.266 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:29:10.266 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:29:10.266 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:09 smithi144 conmon[43533]: cephadm 2024-02-23T00:29:09.393993+0000 mgr.smithi100.rjsfuw (mgr.14180) 567 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.uioamj on smithi100 2024-02-23T00:29:11.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:10 smithi100 conmon[37928]: cluster 2024-02-23T00:29:09.785729+0000 mgr.smithi100.rjsfuw (mgr.14180) 568 : cluster 2024-02-23T00:29:11.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:10 smithi100 conmon[37928]: [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:11.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:10 smithi144 conmon[43533]: cluster 2024-02-23T00:29:09.785729+0000 mgr.smithi100.rjsfuw (mgr.14180) 568 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:12.008 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:12.009 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:12.614 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:13.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:12 smithi100 conmon[37928]: cluster 2024-02-23T00:29:11.786137+0000 mgr.smithi100.rjsfuw (mgr.14180) 569 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:13.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:12 smithi100 conmon[37928]: audit 2024-02-23T00:29:12.003960+0000 mgr.smithi100.rjsfuw (mgr.14180) 570 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:12 smithi144 conmon[43533]: cluster 2024-02-23T00:29:11.786137+0000 mgr.smithi100.rjsfuw (mgr.14180) 569 : cluster [DBG] 2024-02-23T00:29:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:12 smithi144 conmon[43533]: pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:13.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:12 smithi144 conmon[43533]: audit 2024-02-23T00:29:12.003960+0000 mgr.smithi100.rjsfuw (mgr.14180) 570 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:13.615 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:15.174 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:14 smithi100 conmon[37928]: cluster 2024-02-23T00:29:13.786583+0000 mgr.smithi100.rjsfuw (mgr.14180) 571 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:15.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:14 smithi144 conmon[43533]: cluster 2024-02-23T00:29:13.786583+0000 mgr.smithi100.rjsfuw (mgr.14180) 571 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:15.530 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:15.530 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:16.169 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:15 smithi100 conmon[37928]: audit 2024-02-23T00:29:15.524779+0000 mgr.smithi100.rjsfuw (mgr.14180) 572 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:16.187 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:16.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:15 smithi144 conmon[43533]: audit 2024-02-23T00:29:15.524779+0000 mgr.smithi100.rjsfuw (mgr.14180) 572 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:17.188 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:17.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:16 smithi100 conmon[37928]: cluster 2024-02-23T00:29:15.787463+0000 mgr.smithi100.rjsfuw (mgr.14180) 573 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:17.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:16 smithi144 conmon[43533]: cluster 2024-02-23T00:29:15.787463+0000 mgr.smithi100.rjsfuw (mgr.14180) 573 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:19.015 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:19.015 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:19.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:18 smithi100 conmon[37928]: cluster 2024-02-23T00:29:17.787935+0000 mgr.smithi100.rjsfuw (mgr.14180) 574 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:19.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:18 smithi144 conmon[43533]: cluster 2024-02-23T00:29:17.787935+0000 mgr.smithi100.rjsfuw (mgr.14180) 574 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:19.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:20.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:19 smithi100 conmon[37928]: audit 2024-02-23T00:29:19.010018+0000 mgr.smithi100.rjsfuw (mgr.14180) 575 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:20.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:19 smithi144 conmon[43533]: audit 2024-02-23T00:29:19.010018+0000 mgr.smithi100.rjsfuw (mgr.14180) 575 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:20.679 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:21.147 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:20 smithi100 conmon[37928]: cluster 2024-02-23T00:29:19.788515+0000 mgr.smithi100.rjsfuw 2024-02-23T00:29:21.147 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:20 smithi100 conmon[37928]: (mgr.14180) 576 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:21.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:20 smithi144 conmon[43533]: cluster 2024-02-23T00:29:19.788515+0000 mgr.smithi100.rjsfuw (mgr.14180) 576 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:22.628 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:22.629 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:23.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:22 smithi100 conmon[37928]: cluster 2024-02-23T00:29:21.789185+0000 mgr.smithi100.rjsfuw (mgr.14180) 577 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:22 smithi144 conmon[43533]: cluster 2024-02-23T00:29:21.789185+0000 mgr.smithi100.rjsfuw (mgr.14180) 577 : cluster 2024-02-23T00:29:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:22 smithi144 conmon[43533]: [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:23.278 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:24.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:23 smithi100 conmon[37928]: audit 2024-02-23T00:29:22.623771+0000 mgr.smithi100.rjsfuw (mgr.14180) 578 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:23 smithi144 conmon[43533]: audit 2024-02-23T00:29:22.623771+0000 mgr.smithi100.rjsfuw (mgr.14180) 578 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:24.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:23 smithi144 conmon[43533]: 2024-02-23T00:29:24.280 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:25.163 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:24 smithi100 conmon[37928]: cluster 2024-02-23T00:29:23.789601+0000 mgr.smithi100.rjsfuw (mgr.14180) 579 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:25.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:24 smithi144 conmon[43533]: cluster 2024-02-23T00:29:23.789601+0000 mgr.smithi100.rjsfuw (mgr.14180) 579 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:26.270 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:26.270 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:26.961 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:27.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:26 smithi100 conmon[37928]: cluster 2024-02-23T00:29:25.790264+0000 mgr.smithi100.rjsfuw (mgr.14180) 580 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:27.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:26 smithi100 conmon[37928]: audit 2024-02 2024-02-23T00:29:27.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:26 smithi100 conmon[37928]: -23T00:29:26.265643+0000 mgr.smithi100.rjsfuw (mgr.14180) 581 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:27.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:26 smithi144 conmon[43533]: cluster 2024-02-23T00:29:25.790264+0000 mgr.smithi100.rjsfuw (mgr.14180) 580 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:27.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:26 smithi144 conmon[43533]: audit 2024-02-23T00:29:26.265643+0000 mgr.smithi100.rjsfuw (mgr.14180) 581 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:27.962 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:29.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:28 smithi100 conmon[37928]: cluster 2024-02-23T00:29:27.790738+0000 mgr.smithi100.rjsfuw (mgr.14180) 582 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:29.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:28 smithi144 conmon[43533]: cluster 2024-02-23T00:29:27.790738+0000 mgr.smithi100.rjsfuw (mgr.14180) 582 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:29.860 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:29.860 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:30.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:31.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:30 smithi100 conmon[37928]: cluster 2024-02-23T00:29:29.791314+0000 mgr.smithi100.rjsfuw (mgr.14180) 583 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:31.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:30 smithi100 conmon[37928]: audit 2024-02-23T00:29:31.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:30 smithi100 conmon[37928]: 2024-02-23T00:29:29.855642+0000 mgr.smithi100.rjsfuw (mgr.14180) 584 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:31.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:30 smithi144 conmon[43533]: cluster 2024-02-23T00:29:29.791314+0000 mgr.smithi100.rjsfuw (mgr.14180) 583 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:31.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:30 smithi144 conmon[43533]: 2024-02-23T00:29:31.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:30 smithi144 conmon[43533]: audit 2024-02-23T00:29:29.855642+0000 mgr.smithi100.rjsfuw (mgr.14180) 584 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:31.537 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:33.112 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:32 smithi100 conmon[37928]: cluster 2024-02-23T00:29:31.791788+0000 mgr.smithi100.rjsfuw (mgr.14180) 585 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:33.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:32 smithi144 conmon[43533]: cluster 2024-02-23T00:29:31.791788+0000 mgr.smithi100.rjsfuw (mgr.14180) 585 : cluster [DBG] 2024-02-23T00:29:33.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:32 smithi144 conmon[43533]: pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:33.478 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:33.478 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:34.111 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:33 smithi100 conmon[37928]: audit 2024-02-23T00:29:33.473706+0000 2024-02-23T00:29:34.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:33 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 586 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:34.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:33 smithi144 conmon[43533]: audit 2024-02-23T00:29:33.473706+0000 mgr.smithi100.rjsfuw (mgr.14180) 586 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:35.112 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:35.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:34 smithi100 conmon[37928]: cluster 2024-02-23T00:29:33.792274+0000 mgr.smithi100.rjsfuw (mgr.14180) 587 : 2024-02-23T00:29:35.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:34 smithi100 conmon[37928]: cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:35.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:34 smithi144 conmon[43533]: cluster 2024-02-23T00:29:33.792274+0000 mgr.smithi100.rjsfuw (mgr.14180) 587 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:35.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:34 smithi144 conmon[43533]: 2024-02-23T00:29:37.068 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:37.069 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:37.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:36 smithi100 conmon[37928]: cluster 2024-02-23T00:29:35.792843+0000 mgr.smithi100.rjsfuw (mgr.14180) 588 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:37.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:36 smithi144 conmon[43533]: cluster 2024-02-23T00:29:35.792843+0000 mgr.smithi100.rjsfuw (mgr.14180) 588 : cluster 2024-02-23T00:29:37.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:36 smithi144 conmon[43533]: [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:37.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:38.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:37 smithi144 conmon[43533]: audit 2024-02-23T00:29:37.064005+0000 mgr.smithi100.rjsfuw (mgr.14180) 589 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:38.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:37 smithi100 conmon[37928]: audit 2024-02-23T00:29:37.064005+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:29:38.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:37 smithi100 conmon[37928]: 589 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:38.669 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:39.216 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:38 smithi100 conmon[37928]: cluster 2024-02-23T00:29:37.793322+0000 mgr.smithi100.rjsfuw (mgr.14180) 590 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:39.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:38 smithi144 conmon[43533]: cluster 2024-02-23T00:29:37.793322+0000 mgr.smithi100.rjsfuw (mgr.14180) 590 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:40.571 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:40.571 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:41.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:41.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:40 smithi144 conmon[43533]: cluster 2024-02-23T00:29:39.793863+0000 mgr.smithi100.rjsfuw (mgr.14180) 591 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:41.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:40 smithi144 conmon[43533]: 2024-02-23T00:29:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:40 smithi100 conmon[37928]: cluster 2024-02-23T00:29:39.793863+0000 mgr.smithi100.rjsfuw (mgr.14180) 591 : cluster [DBG] 2024-02-23T00:29:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:40 smithi100 conmon[37928]: pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:42.212 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:42.246 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:41 smithi100 conmon[37928]: audit 2024-02-23T00:29:40.565741+0000 mgr.smithi100.rjsfuw (mgr.14180) 592 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:41 smithi144 conmon[43533]: audit 2024-02-23T00:29:40.565741+0000 mgr.smithi100.rjsfuw (mgr.14180) 592 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:42.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:41 smithi144 conmon[43533]: 2024-02-23T00:29:43.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:42 smithi144 conmon[43533]: cluster 2024-02-23T00:29:41.794553+0000 mgr.smithi100.rjsfuw (mgr.14180) 593 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:42 smithi100 conmon[37928]: cluster 2024-02-23T00:29:41.794553+0000 mgr.smithi100.rjsfuw (mgr.14180) 593 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:44.109 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:44.109 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:44.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:45.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:44 smithi144 conmon[43533]: cluster 2024-02-23T00:29:43.795102+0000 mgr.smithi100.rjsfuw (mgr.14180) 594 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:45.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:44 smithi144 conmon[43533]: audit 2024-02-23T00:29:44.104163+0000 mgr.smithi100.rjsfuw (mgr.14180) 595 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:44 smithi100 conmon[37928]: cluster 2024-02-23T00:29:43.795102+0000 mgr.smithi100.rjsfuw (mgr.14180) 594 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:44 smithi100 conmon[37928]: audit 2024-02-23T00:29:44.104163+0000 mgr.smithi100.rjsfuw (mgr.14180) 595 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:45.718 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:47.244 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:46 smithi100 conmon[37928]: cluster 2024-02-23T00:29:45.795726+0000 mgr.smithi100.rjsfuw (mgr.14180) 596 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:47.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:46 smithi144 conmon[43533]: cluster 2024-02-23T00:29:45.795726+0000 mgr.smithi100.rjsfuw (mgr.14180) 596 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:47.659 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:47.659 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:48.266 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:48 smithi144 conmon[43533]: audit 2024-02-23T00:29:47.654266+0000 mgr.smithi100.rjsfuw (mgr.14180) 597 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:48 smithi144 conmon[43533]: 2024-02-23T00:29:49.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:48 smithi144 conmon[43533]: cluster 2024-02-23T00:29:47.796249+0000 mgr.smithi100.rjsfuw (mgr.14180) 598 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:49.267 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:49.300 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:48 smithi100 conmon[37928]: audit 2024-02-23T00:29:47.654266+0000 mgr.smithi100.rjsfuw (mgr.14180) 597 : audit [DBG] 2024-02-23T00:29:49.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:48 smithi100 conmon[37928]: from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:49.301 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:48 smithi100 conmon[37928]: cluster 2024-02-23T00:29:47.796249+0000 mgr.smithi100.rjsfuw (mgr.14180) 598 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:51.198 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:51.199 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:50 smithi100 conmon[37928]: cluster 2024-02-23T00:29:49.796927+0000 mgr.smithi100.rjsfuw 2024-02-23T00:29:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:50 smithi100 conmon[37928]: (mgr.14180) 599 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:51.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:50 smithi144 conmon[43533]: cluster 2024-02-23T00:29:49.796927+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:29:51.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:50 smithi144 conmon[43533]: 599 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:51.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:52.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:51 smithi100 conmon[37928]: audit 2024-02-23T00:29:51.193766+0000 mgr.smithi100.rjsfuw (mgr.14180) 600 : 2024-02-23T00:29:52.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:51 smithi100 conmon[37928]: audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:52.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:51 smithi144 conmon[43533]: audit 2024-02-23T00:29:51.193766+0000 mgr.smithi100.rjsfuw (mgr.14180) 600 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:52.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:51 smithi144 conmon[43533]: 2024-02-23T00:29:52.850 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:53.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:52 smithi100 conmon[37928]: cluster 2024-02-23T00:29:51.797419+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:29:53.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:52 smithi100 conmon[37928]: 601 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:52 smithi144 conmon[43533]: cluster 2024-02-23T00:29:51.797419+0000 mgr.smithi100.rjsfuw (mgr.14180) 601 : cluster [DBG] 2024-02-23T00:29:53.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:52 smithi144 conmon[43533]: pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:54.810 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:54.811 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:55.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:54 smithi100 conmon[37928]: cluster 2024-02-23T00:29:53.797885+0000 mgr.smithi100.rjsfuw (mgr.14180) 602 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:55.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:54 smithi144 conmon[43533]: cluster 2024-02-23T00:29:53.797885+0000 mgr.smithi100.rjsfuw (mgr.14180) 602 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:55.466 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:56.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:55 smithi144 conmon[43533]: audit 2024-02-23T00:29:54.805667+0000 mgr.smithi100.rjsfuw (mgr.14180) 603 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:56.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:55 smithi100 conmon[37928]: audit 2024-02-23T00:29:54.805667+0000 mgr.smithi100.rjsfuw (mgr.14180) 603 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:56.467 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:29:57.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:56 smithi100 conmon[37928]: cluster 2024-02-23T00:29:55.798628+0000 mgr.smithi100.rjsfuw (mgr.14180) 604 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:57.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:56 smithi144 conmon[43533]: cluster 2024-02-23T00:29:55.798628+0000 mgr.smithi100.rjsfuw (mgr.14180) 604 : cluster [DBG] 2024-02-23T00:29:57.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:56 smithi144 conmon[43533]: pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:58.340 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:29:58.340 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:29:58.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:29:59.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:59 smithi144 conmon[43533]: cluster 2024-02-23T00:29:57.798960+0000 mgr.smithi100.rjsfuw (mgr.14180) 605 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:59.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:29:59 smithi144 conmon[43533]: audit 2024-02-23T00:29:58.335752+0000 mgr.smithi100.rjsfuw (mgr.14180) 606 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:58 smithi100 conmon[37928]: cluster 2024-02-23T00:29:57.798960+0000 mgr.smithi100.rjsfuw (mgr.14180) 605 2024-02-23T00:29:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:59 smithi100 conmon[37928]: : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:29:59.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:29:59 smithi100 conmon[37928]: audit 2024-02-23T00:29:58.335752+0000 mgr.smithi100.rjsfuw (mgr.14180) 606 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:29:59.992 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:00 smithi100 conmon[37928]: cluster 2024-02-23T00:30:00.000077+0000 mon.smithi100 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-02-23T00:30:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:00 smithi144 conmon[43533]: cluster 2024-02-23T00:30:00.000077+0000 mon.smithi100 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-02-23T00:30:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:00 smithi144 conmon[43533]: 2024-02-23T00:30:01.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:01 smithi100 conmon[37928]: cluster 2024-02-23T00:29:59.799726+0000 mgr.smithi100.rjsfuw (mgr.14180) 607 : 2024-02-23T00:30:01.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:01 smithi100 conmon[37928]: cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:01 smithi144 conmon[43533]: cluster 2024-02-23T00:29:59.799726+0000 mgr.smithi100.rjsfuw (mgr.14180) 607 : cluster 2024-02-23T00:30:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:01 smithi144 conmon[43533]: [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:02.002 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:02.003 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:02.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:03 smithi144 conmon[43533]: cluster 2024-02-23T00:30:01.800168+0000 mgr.smithi100.rjsfuw (mgr.14180) 608 : cluster [DBG] 2024-02-23T00:30:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:03 smithi144 conmon[43533]: pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:03 smithi144 conmon[43533]: audit 2024-02-23T00:30:01.998225+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:30:03.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:03 smithi144 conmon[43533]: 14180) 609 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:03 smithi100 conmon[37928]: cluster 2024-02-23T00:30:01.800168+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:30:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:03 smithi100 conmon[37928]: 608 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:03 smithi100 conmon[37928]: audit 2024-02-23T00:30:01.998225+0000 mgr.smithi100.rjsfuw (mgr.14180) 609 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:03.640 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:05.248 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:05 smithi100 conmon[37928]: cluster 2024-02-23T00:30:03.800669+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:30:05.248 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:05 smithi100 conmon[37928]: .14180) 610 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:05 smithi144 conmon[43533]: cluster 2024-02-23T00:30:03.800669+0000 mgr.smithi100.rjsfuw (mgr.14180) 610 : cluster 2024-02-23T00:30:05.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:05 smithi144 conmon[43533]: [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:05.634 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:05.635 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:06.231 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:07.233 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:07 smithi100 conmon[37928]: audit 2024-02-23T00:30:05.630310+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:30:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:07 smithi100 conmon[37928]: 611 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:07 smithi100 conmon[37928]: cluster 2024-02-23T00:30:05.801280+0000 mgr.smithi100.rjsfuw (mgr.14180) 612 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:07 smithi144 conmon[43533]: audit 2024-02-23T00:30:05.630310+0000 mgr.smithi100.rjsfuw (mgr.14180) 611 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:07 smithi144 conmon[43533]: 2024-02-23T00:30:07.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:07 smithi144 conmon[43533]: cluster 2024-02-23T00:30:05.801280+0000 mgr.smithi100.rjsfuw (mgr.14180) 612 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:09.140 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:09.140 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:09.347 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:09 smithi100 conmon[37928]: cluster 2024-02-23T00:30:07.801582+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:30:09.347 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:09 smithi100 conmon[37928]: .14180) 613 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:09 smithi144 conmon[43533]: cluster 2024-02-23T00:30:07.801582+0000 mgr.smithi100.rjsfuw (mgr.14180) 613 : cluster 2024-02-23T00:30:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:09 smithi144 conmon[43533]: [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:09.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:10 smithi100 conmon[37928]: audit 2024-02-23T00:30:09.135762+0000 mgr.smithi100.rjsfuw (mgr.14180) 614 : audit 2024-02-23T00:30:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:10 smithi100 conmon[37928]: [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:10 smithi144 conmon[43533]: audit 2024-02-23T00:30:09.135762+0000 mgr.smithi100.rjsfuw (mgr.14180) 614 : audit [DBG] 2024-02-23T00:30:10.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:10 smithi144 conmon[43533]: from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:10.771 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:11.370 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:11 smithi100 conmon[37928]: cluster 2024-02-23T00:30:09.802238+0000 mgr.smithi100.rjsfuw (mgr.14180) 615 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:11 smithi144 conmon[43533]: cluster 2024-02-23T00:30:09.802238+0000 mgr.smithi100.rjsfuw (mgr.14180) 615 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:12.627 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:12.628 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:13 smithi144 conmon[43533]: cluster 2024-02-23T00:30:11.802724+0000 mgr.smithi100.rjsfuw (mgr.14180) 616 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:13.286 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:13.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:13 smithi100 conmon[37928]: cluster 2024-02-23T00:30:11.802724+0000 mgr.smithi100.rjsfuw (mgr.14180) 616 : 2024-02-23T00:30:13.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:13 smithi100 conmon[37928]: cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:14.288 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:14 smithi100 conmon[37928]: audit 2024-02-23T00:30:12.623287+0000 mgr.smithi100.rjsfuw (mgr.14180) 617 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:14 smithi144 conmon[43533]: audit 2024-02-23T00:30:12.623287+0000 mgr.smithi100.rjsfuw (mgr.14180) 617 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:14.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:14 smithi144 conmon[43533]: 2024-02-23T00:30:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:15 smithi100 conmon[37928]: cluster 2024-02-23T00:30:13.803203+0000 mgr.smithi100.rjsfuw (mgr.14180) 618 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:15 smithi144 conmon[43533]: cluster 2024-02-23T00:30:13.803203+0000 mgr.smithi100.rjsfuw (mgr.14180) 618 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:16.236 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:16.236 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:16.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:17.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:17 smithi100 conmon[37928]: cluster 2024-02-23T00:30:15.803926+0000 mgr.smithi100.rjsfuw (mgr.14180) 619 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:17.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:17 smithi100 conmon[37928]: audit 2024-02-23T00:30:16.231534+0000 mgr.smithi100.rjsfuw (mgr.14180) 620 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:17 smithi144 conmon[43533]: cluster 2024-02-23T00:30:15.803926+0000 mgr.smithi100.rjsfuw (mgr.14180) 619 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:17 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:30:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:17 smithi144 conmon[43533]: T00:30:16.231534+0000 mgr.smithi100.rjsfuw (mgr.14180) 620 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:17.870 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:19.421 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:19 smithi100 conmon[37928]: cluster 2024-02-23T00:30:17.804341+0000 mgr.smithi100.rjsfuw (mgr.14180) 621 : cluster 2024-02-23T00:30:19.421 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:19 smithi100 conmon[37928]: [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:19 smithi144 conmon[43533]: cluster 2024-02-23T00:30:17.804341+0000 mgr.smithi100.rjsfuw (mgr.14180) 621 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:19.844 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:19.844 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:20.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:21 smithi100 conmon[37928]: cluster 2024-02-23T00:30:19.804894+0000 mgr.smithi100.rjsfuw (mgr.14180) 622 : cluster 2024-02-23T00:30:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:21 smithi100 conmon[37928]: [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:21 smithi100 conmon[37928]: audit 2024-02-23T00:30 2024-02-23T00:30:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:21 smithi100 conmon[37928]: :19.838710+0000 mgr.smithi100.rjsfuw (mgr.14180) 623 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:21 smithi144 conmon[43533]: cluster 2024-02-23T00:30:19.804894+0000 mgr.smithi100.rjsfuw (mgr.14180) 622 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:21 smithi144 conmon[43533]: audit 2024-02-23T00:30:19.838710+0000 mgr.smithi100.rjsfuw (mgr.14180) 623 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:21.603 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:23.154 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:23 smithi100 conmon[37928]: cluster 2024-02-23T00:30:21.805331+0000 mgr.smithi100.rjsfuw 2024-02-23T00:30:23.154 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:23 smithi100 conmon[37928]: (mgr.14180) 624 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:23 smithi144 conmon[43533]: cluster 2024-02-23T00:30:21.805331+0000 mgr.smithi100.rjsfuw (mgr.14180) 624 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:23.534 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:23.535 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:24.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:24.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:24 smithi100 conmon[37928]: audit 2024-02-23T00:30:23.529895+0000 mgr.smithi100.rjsfuw (mgr.14180) 625 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:24.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:24 smithi144 conmon[43533]: audit 2024-02-23T00:30:23.529895+0000 mgr.smithi100.rjsfuw (mgr.14180) 625 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:25.161 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:25 smithi100 conmon[37928]: cluster 2024-02-23T00:30:23.805736+0000 mgr.smithi100.rjsfuw (mgr.14180) 626 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:25 smithi100 conmon[37928]: 2024-02-23T00:30:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:25 smithi144 conmon[43533]: cluster 2024-02-23T00:30:23.805736+0000 mgr.smithi100.rjsfuw (mgr.14180) 626 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:27.034 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:27.035 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:27.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:27 smithi100 conmon[37928]: cluster 2024-02-23T00:30:25.806259+0000 mgr.smithi100.rjsfuw (mgr.14180) 627 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:27 smithi144 conmon[43533]: cluster 2024-02-23T00:30:25.806259+0000 mgr.smithi100.rjsfuw (mgr.14180) 627 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:27.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:28 smithi100 conmon[37928]: audit 2024-02-23T00:30:27.029688+0000 mgr.smithi100.rjsfuw (mgr.14180) 628 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:28.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:28 smithi144 conmon[43533]: audit 2024-02-23T00:30:27.029688+0000 mgr.smithi100.rjsfuw (mgr.14180) 628 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:28.727 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:29 smithi100 conmon[37928]: cluster 2024-02-23T00:30:27.806784+0000 mgr.smithi100.rjsfuw (mgr.14180) 629 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:29 smithi144 conmon[43533]: cluster 2024-02-23T00:30:27.806784+0000 mgr.smithi100.rjsfuw (mgr.14180) 629 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:30.657 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:30.657 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:31.351 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:31 smithi100 conmon[37928]: cluster 2024-02-23T00:30:29.807734+0000 mgr.smithi100.rjsfuw (mgr.14180) 630 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:31 smithi144 conmon[43533]: cluster 2024-02-23T00:30:29.807734+0000 mgr.smithi100.rjsfuw (mgr.14180) 630 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:32.351 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:32.384 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:32 smithi100 conmon[37928]: audit 2024-02-23T00:30:30.652084+0000 mgr.smithi100.rjsfuw (mgr.14180) 631 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:32 smithi144 conmon[43533]: audit 2024-02-23T00:30:30.652084+0000 mgr.smithi100.rjsfuw (mgr.14180) 631 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:33 smithi100 conmon[37928]: cluster 2024-02-23T00:30:31.808456+0000 mgr.smithi100.rjsfuw (mgr.14180) 632 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:33 smithi144 conmon[43533]: cluster 2024-02-23T00:30:31.808456+0000 mgr.smithi100.rjsfuw (mgr.14180) 632 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:34.264 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:34.264 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:34.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:35.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:35 smithi100 conmon[37928]: cluster 2024-02-23T00:30:33.808899+0000 mgr.smithi100.rjsfuw (mgr.14180) 633 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:35.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:35 smithi100 conmon[37928]: audit 2024-02-23T00:30:34.259256+0000 mgr.smithi100.rjsfuw (mgr.14180) 634 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:35 smithi144 conmon[43533]: cluster 2024-02-23T00:30:33.808899+0000 mgr.smithi100.rjsfuw (mgr.14180) 633 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:35 smithi144 conmon[43533]: audit 2024-02-23T00:30:34.259256+0000 mgr.smithi100.rjsfuw (mgr.14180) 634 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:35.918 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:37.401 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:37 smithi100 conmon[37928]: cluster 2024-02-23T00:30:35.809580+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:30:37.402 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:37 smithi100 conmon[37928]: ) 635 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:37 smithi144 conmon[43533]: cluster 2024-02-23T00:30:35.809580+0000 mgr.smithi100.rjsfuw (mgr.14180) 635 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:37.787 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:37.787 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:38.475 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:39.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:39 smithi100 conmon[37928]: audit 2024-02-23T00:30:37.781785+0000 mgr.smithi100.rjsfuw (mgr.14180) 636 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:39.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:39 smithi100 conmon[37928]: cluster 2024-02-23T00:30:37.809919+0000 mgr.smithi100.rjsfuw (mgr.14180) 637 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:39.476 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:39 smithi144 conmon[43533]: audit 2024-02-23T00:30:37.781785+0000 mgr.smithi100.rjsfuw (mgr.14180) 636 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:39 smithi144 conmon[43533]: cluster 2024-02-23T00:30:37.809919+0000 mgr.smithi100.rjsfuw (mgr.14180) 637 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:41.168 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:41 smithi100 conmon[37928]: cluster 2024-02-23T00:30:39.810480+0000 mgr.smithi100.rjsfuw 2024-02-23T00:30:41.168 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:41 smithi100 conmon[37928]: (mgr.14180) 638 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:41 smithi144 conmon[43533]: cluster 2024-02-23T00:30:39.810480+0000 mgr.smithi100.rjsfuw (mgr.14180) 638 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:41.544 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:41.584 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:42.190 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:42.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:42 smithi100 conmon[37928]: audit 2024-02-23T00:30:41.538339+0000 mgr.smithi100.rjsfuw (mgr.14180) 639 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:42 smithi144 conmon[43533]: audit 2024-02-23T00:30:41.538339+0000 mgr.smithi100.rjsfuw (mgr.14180) 639 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:43.190 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:43 smithi100 conmon[37928]: cluster 2024-02-23T00:30:41.811095+0000 mgr.smithi100.rjsfuw (mgr.14180) 640 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:43 smithi100 conmon[37928]: 2024-02-23T00:30:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:43 smithi144 conmon[43533]: cluster 2024-02-23T00:30:41.811095+0000 mgr.smithi100.rjsfuw (mgr.14180) 640 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:45.081 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:45.082 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:45 smithi100 conmon[37928]: cluster 2024-02-23T00:30:43.811499+0000 mgr.smithi100.rjsfuw (mgr.14180) 641 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:45 smithi144 conmon[43533]: cluster 2024-02-23T00:30:43.811499+0000 mgr.smithi100.rjsfuw (mgr.14180) 641 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:45.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:46 smithi100 conmon[37928]: audit 2024-02-23T00:30:45.076356+0000 mgr.smithi100.rjsfuw (mgr.14180) 642 : audit [DBG] 2024-02-23T00:30:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:46 smithi100 conmon[37928]: from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:46 smithi144 conmon[43533]: audit 2024-02-23T00:30:45.076356+0000 mgr.smithi100.rjsfuw (mgr.14180) 642 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:46.742 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:47.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:47 smithi100 conmon[37928]: cluster 2024-02-23T00:30:45.812078+0000 mgr.smithi100.rjsfuw (mgr.14180) 643 : 2024-02-23T00:30:47.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:47 smithi100 conmon[37928]: cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:47 smithi144 conmon[43533]: cluster 2024-02-23T00:30:45.812078+0000 mgr.smithi100.rjsfuw (mgr.14180) 643 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:48.709 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:48.709 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:49.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:49 smithi100 conmon[37928]: cluster 2024-02-23T00:30:47.812610+0000 mgr.smithi100.rjsfuw (mgr.14180) 644 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:49 smithi144 conmon[43533]: cluster 2024-02-23T00:30:47.812610+0000 mgr.smithi100.rjsfuw (mgr.14180) 644 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:50.332 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:50.366 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:50 smithi100 conmon[37928]: audit 2024-02-23T00:30:48.703925+0000 mgr.smithi100.rjsfuw (mgr.14180) 645 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:50.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:50 smithi144 conmon[43533]: audit 2024-02-23T00:30:48.703925+0000 mgr.smithi100.rjsfuw (mgr.14180) 645 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:51 smithi100 conmon[37928]: cluster 2024-02-23T00:30:49.813239+0000 mgr.smithi100.rjsfuw (mgr.14180) 646 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:51 smithi100 conmon[37928]: 2024-02-23T00:30:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:51 smithi144 conmon[43533]: cluster 2024-02-23T00:30:49.813239+0000 mgr.smithi100.rjsfuw (mgr.14180) 646 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:51 smithi144 conmon[43533]: 2024-02-23T00:30:52.215 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:52.215 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:52.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:53 smithi100 conmon[37928]: cluster 2024-02-23T00:30:51.813876+0000 mgr.smithi100.rjsfuw (mgr.14180) 647 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:53.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:53 smithi100 conmon[37928]: audit 2024-02-23T00:30:52.205557+0000 mgr.smithi100.rjsfuw (mgr.14180) 648 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:53 smithi144 conmon[43533]: cluster 2024-02-23T00:30:51.813876+0000 mgr.smithi100.rjsfuw (mgr.14180) 647 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:53.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:53 smithi144 conmon[43533]: audit 2024-02-23T00:30:52.205557+0000 mgr.smithi100.rjsfuw (mgr.14180) 648 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:53.882 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:55.388 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:55 smithi100 conmon[37928]: cluster 2024-02-23T00:30:53.814475+0000 2024-02-23T00:30:55.389 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:55 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 649 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:55 smithi144 conmon[43533]: cluster 2024-02-23T00:30:53.814475+0000 mgr.smithi100.rjsfuw (mgr.14180) 649 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:55.769 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:55.769 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:56.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:30:57.423 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:30:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:57 smithi100 conmon[37928]: audit 2024-02-23T00:30:55.764508+0000 mgr.smithi100.rjsfuw (mgr.14180) 650 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:57 smithi100 conmon[37928]: cluster 2024-02-23T00:30:55.815107+0000 mgr.smithi100.rjsfuw (mgr.14180) 651 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:57 smithi144 conmon[43533]: audit 2024-02-23T00:30:55.764508+0000 mgr.smithi100.rjsfuw (mgr.14180) 650 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:30:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:57 smithi144 conmon[43533]: cluster 2024-02-23T00:30:55.815107+0000 mgr.smithi100.rjsfuw (mgr.14180) 651 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:59.384 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:30:59.384 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:30:59.409 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:59 smithi100 conmon[37928]: cluster 2024-02-23T00:30:57.815475+0000 mgr.smithi100.rjsfuw 2024-02-23T00:30:59.409 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:30:59 smithi100 conmon[37928]: (mgr.14180) 652 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:30:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:30:59 smithi144 conmon[43533]: cluster 2024-02-23T00:30:57.815475+0000 mgr.smithi100.rjsfuw (mgr.14180) 652 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:00.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:00 smithi100 conmon[37928]: audit 2024-02-23T00:30:59.378553+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:31:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:00 smithi100 conmon[37928]: 653 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:00 smithi144 conmon[43533]: audit 2024-02-23T00:30:59.378553+0000 mgr.smithi100.rjsfuw (mgr.14180) 653 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:01.022 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:01.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:01 smithi100 conmon[37928]: cluster 2024-02-23T00:30:59.816009+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:31:01.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:01 smithi100 conmon[37928]: 654 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:01 smithi144 conmon[43533]: cluster 2024-02-23T00:30:59.816009+0000 mgr.smithi100.rjsfuw (mgr.14180) 654 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:02.943 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:02.943 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:03 smithi100 conmon[37928]: cluster 2024-02-23T00:31:01.816524+0000 mgr.smithi100.rjsfuw (mgr.14180) 655 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:03 smithi144 conmon[43533]: cluster 2024-02-23T00:31:01.816524+0000 mgr.smithi100.rjsfuw (mgr.14180) 655 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:03.630 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:04 smithi100 conmon[37928]: audit 2024-02-23T00:31:02.938478+0000 mgr.smithi100.rjsfuw (mgr.14180) 656 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:04.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:04 smithi100 conmon[37928]: 2024-02-23T00:31:04.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:04 smithi144 conmon[43533]: audit 2024-02-23T00:31:02.938478+0000 mgr.smithi100.rjsfuw (mgr.14180) 656 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:04.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:04 smithi144 conmon[43533]: 2024-02-23T00:31:04.631 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:05 smithi100 conmon[37928]: cluster 2024-02-23T00:31:03.817235+0000 mgr.smithi100.rjsfuw (mgr.14180) 657 2024-02-23T00:31:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:05 smithi100 conmon[37928]: : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:05 smithi144 conmon[43533]: cluster 2024-02-23T00:31:03.817235+0000 mgr.smithi100.rjsfuw (mgr.14180) 657 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:06.668 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:06.669 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:07.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:07 smithi144 conmon[43533]: cluster 2024-02-23T00:31:05.817934+0000 mgr.smithi100.rjsfuw (mgr.14180) 658 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:07.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:07 smithi100 conmon[37928]: cluster 2024-02-23T00:31:05.817934+0000 mgr.smithi100.rjsfuw (mgr.14180) 658 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:08.271 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:08.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:08 smithi144 conmon[43533]: audit 2024-02-23T00:31:06.663994+0000 mgr.smithi100.rjsfuw (mgr.14180) 659 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:08 smithi100 conmon[37928]: audit 2024-02-23T00:31:06.663994+0000 mgr.smithi100.rjsfuw (mgr.14180) 659 : audit 2024-02-23T00:31:08.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:08 smithi100 conmon[37928]: [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:09.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:09 smithi100 conmon[37928]: cluster 2024-02-23T00:31:07.818467+0000 mgr.smithi100.rjsfuw (mgr.14180) 660 : 2024-02-23T00:31:09.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:09 smithi100 conmon[37928]: cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:09 smithi144 conmon[43533]: cluster 2024-02-23T00:31:07.818467+0000 mgr.smithi100.rjsfuw (mgr.14180) 660 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:10.149 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:10.149 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:10.846 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:11 smithi144 conmon[43533]: cluster 2024-02-23T00:31:09.819037+0000 mgr.smithi100.rjsfuw (mgr.14180) 661 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:11 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:31:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:11 smithi144 conmon[43533]: -23T00:31:10.144038+0000 mgr.smithi100.rjsfuw (mgr.14180) 662 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:11.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:11 smithi100 conmon[37928]: cluster 2024-02-23T00:31:09.819037+0000 mgr.smithi100.rjsfuw (mgr.14180) 661 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:11.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:11 smithi100 conmon[37928]: audit 2024-02-23T00:31:10.144038+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:31:11.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:11 smithi100 conmon[37928]: 662 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:11.847 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:13.387 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:13 smithi100 conmon[37928]: cluster 2024-02-23T00:31:11.819554+0000 mgr.smithi100.rjsfuw (mgr.14180) 663 : cluster [DBG] 2024-02-23T00:31:13.387 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:13 smithi100 conmon[37928]: pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:13.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:13 smithi144 conmon[43533]: cluster 2024-02-23T00:31:11.819554+0000 mgr.smithi100.rjsfuw (mgr.14180) 663 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:13.733 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:13.733 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:14.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:15.404 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:15 smithi144 conmon[43533]: audit 2024-02-23T00:31:13.728340+0000 mgr.smithi100.rjsfuw (mgr.14180) 664 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:15 smithi144 conmon[43533]: cluster 2024-02-23 2024-02-23T00:31:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:15 smithi144 conmon[43533]: T00:31:13.820166+0000 mgr.smithi100.rjsfuw (mgr.14180) 665 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:15.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:15 smithi100 conmon[37928]: audit 2024-02-23T00:31:13.728340+0000 mgr.smithi100.rjsfuw (mgr.14180) 664 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:15.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:15 smithi100 conmon[37928]: cluster 2024-02-23T00:31:13.820166+0000 mgr.smithi100.rjsfuw (mgr.14180) 665 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:17.298 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:17.298 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:17.511 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:17 smithi100 conmon[37928]: cluster 2024-02-23T00:31:15.820689+0000 mgr.smithi100.rjsfuw (mgr.14180) 666 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:17 smithi144 conmon[43533]: cluster 2024-02-23T00:31:15.820689+0000 mgr.smithi100.rjsfuw (mgr.14180) 666 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:17.951 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:18.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:18 smithi144 conmon[43533]: audit 2024-02-23T00:31:17.292851+0000 mgr.smithi100.rjsfuw (mgr.14180) 667 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:18 smithi100 conmon[37928]: audit 2024-02-23T00:31:17.292851+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:31:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:18 smithi100 conmon[37928]: 667 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:18.952 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:19 smithi144 conmon[43533]: cluster 2024-02-23T00:31:17.821018+0000 mgr.smithi100.rjsfuw (mgr.14180) 668 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:19.592 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:19 smithi100 conmon[37928]: cluster 2024-02-23T00:31:17.821018+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:31:19.592 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:19 smithi100 conmon[37928]: mgr.14180) 668 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:20.928 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:20.928 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:21 smithi144 conmon[43533]: cluster 2024-02-23T00:31:19.821745+0000 mgr.smithi100.rjsfuw (mgr.14180) 669 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:21.556 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:21 smithi100 conmon[37928]: cluster 2024-02-23T00:31:19.821745+0000 mgr.smithi100.rjsfuw (mgr.14180) 669 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:21.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:22.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:22 smithi144 conmon[43533]: audit 2024-02-23T00:31:20.922658+0000 mgr.smithi100.rjsfuw (mgr.14180) 670 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:22.577 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:22.603 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:22 smithi100 conmon[37928]: audit 2024-02-23 2024-02-23T00:31:22.603 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:22 smithi100 conmon[37928]: T00:31:20.922658+0000 mgr.smithi100.rjsfuw (mgr.14180) 670 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:23.384 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:23 smithi100 conmon[37928]: cluster 2024-02-23T00:31:21.822370+0000 mgr.smithi100.rjsfuw (mgr.14180) 671 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:23.385 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:23 smithi100 conmon[37928]: 2024-02-23T00:31:23.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:23 smithi144 conmon[43533]: cluster 2024-02-23T00:31:21.822370+0000 mgr.smithi100.rjsfuw (mgr.14180) 671 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:24.599 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:24.599 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:25.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:25 smithi144 conmon[43533]: cluster 2024-02-23T00:31:23.822806+0000 mgr.smithi100.rjsfuw (mgr.14180) 672 : cluster [DBG] pgmap v463: 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, 29 op/s 2024-02-23T00:31:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:25 smithi100 conmon[37928]: cluster 2024-02-23T00:31:23.822806+0000 mgr.smithi100.rjsfuw (mgr.14180) 672 : cluster [DBG] pgmap v463: 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, 29 op/s 2024-02-23T00:31:26.350 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:26 smithi144 conmon[43533]: audit 2024-02-23T00:31:24.593161+0000 mgr.smithi100.rjsfuw (mgr.14180) 673 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:26.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:26 smithi100 conmon[37928]: audit 2024-02-23T00:31:24.593161+0000 mgr.smithi100.rjsfuw (mgr.14180) 673 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:27.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:27 smithi100 conmon[37928]: cluster 2024-02-23T00:31:25.823452+0000 mgr.smithi100.rjsfuw (mgr.14180) 674 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2024-02-23T00:31:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:27 smithi144 conmon[43533]: cluster 2024-02-23T00:31:25.823452+0000 mgr.smithi100.rjsfuw (mgr.14180) 674 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2024-02-23T00:31:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:27 smithi144 conmon[43533]: 2024-02-23T00:31:28.280 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:28.280 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:28.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:29 smithi144 conmon[43533]: cluster 2024-02-23T00:31:27.823944+0000 mgr.smithi100.rjsfuw (mgr.14180) 675 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2024-02-23T00:31:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:29 smithi144 conmon[43533]: audit 2024-02-23T00:31:28.273905+0000 mgr.smithi100.rjsfuw (mgr.14180) 676 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:29 smithi100 conmon[37928]: cluster 2024-02-23T00:31:27.823944+0000 mgr.smithi100.rjsfuw (mgr.14180) 675 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 KiB/s rd, 0 B/s wr, 166 op/s 2024-02-23T00:31:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:29 smithi100 conmon[37928]: audit 2024-02-23T00:31:28.273905+0000 mgr.smithi100.rjsfuw (mgr.14180) 676 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:29.933 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:31 smithi100 conmon[37928]: cluster 2024-02-23T00:31:29.824838+0000 mgr.smithi100.rjsfuw (mgr.14180) 677 2024-02-23T00:31:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:31 smithi100 conmon[37928]: : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:31 smithi144 conmon[43533]: cluster 2024-02-23T00:31:29.824838+0000 mgr.smithi100.rjsfuw (mgr.14180) 677 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:31.832 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:31.832 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:32.532 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:33.533 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:33.568 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:33 smithi100 conmon[37928]: cluster 2024-02-23T00:31:31.825302+0000 mgr.smithi100.rjsfuw (mgr.14180) 678 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:33.568 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:33 smithi100 conmon[37928]: audit 2024-02-23T00:31:31.826559+0000 mgr.smithi100.rjsfuw (mgr.14180) 679 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:33 smithi144 conmon[43533]: cluster 2024-02-23T00:31:31.825302+0000 mgr.smithi100.rjsfuw (mgr.14180) 678 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:33 smithi144 conmon[43533]: audit 2024-02-23T00:31:31.826559+0000 mgr.smithi100.rjsfuw (mgr.14180) 679 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:35.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:35 smithi100 conmon[37928]: cluster 2024-02-23T00:31:33.825829+0000 mgr.smithi100.rjsfuw (mgr.14180) 680 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:35.495 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:35.495 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:35.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:35 smithi144 conmon[43533]: cluster 2024-02-23T00:31:33.825829+0000 mgr.smithi100.rjsfuw (mgr.14180) 680 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2024-02-23T00:31:36.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:36 smithi100 conmon[37928]: audit 2024-02-23T00:31:35.490475+0000 mgr.smithi100.rjsfuw (mgr.14180) 681 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:36 smithi144 conmon[43533]: audit 2024-02-23T00:31:35.490475+0000 mgr.smithi100.rjsfuw (mgr.14180) 681 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:37.124 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:37.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:37 smithi100 conmon[37928]: cluster 2024-02-23T00:31:35.826483+0000 mgr.smithi100.rjsfuw (mgr.14180) 682 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 0 B/s wr, 150 op/s 2024-02-23T00:31:37.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:37 smithi144 conmon[43533]: cluster 2024-02-23T00:31:35.826483+0000 mgr.smithi100.rjsfuw (mgr.14180) 682 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 0 B/s wr, 150 op/s 2024-02-23T00:31:39.007 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:39.007 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:39.646 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:39 smithi100 conmon[37928]: cluster 2024-02-23T00:31:37.826817+0000 mgr.smithi100.rjsfuw (mgr.14180) 683 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:31:39.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:39.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:39 smithi144 conmon[43533]: cluster 2024-02-23T00:31:37.826817+0000 mgr.smithi100.rjsfuw (mgr.14180) 683 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:31:40.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:40 smithi100 conmon[37928]: audit 2024-02-23T00:31:39.001734+0000 mgr.smithi100.rjsfuw (mgr.14180) 684 : 2024-02-23T00:31:40.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:40 smithi100 conmon[37928]: audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:40.666 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:40 smithi144 conmon[43533]: audit 2024-02-23T00:31:39.001734+0000 mgr.smithi100.rjsfuw (mgr.14180) 684 2024-02-23T00:31:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:40 smithi144 conmon[43533]: : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:41.432 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:41 smithi100 conmon[37928]: cluster 2024-02-23T00:31:39.827453+0000 mgr.smithi100.rjsfuw (mgr.14180) 685 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:31:41.432 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:41 smithi100 conmon[37928]: 2024-02-23T00:31:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:41 smithi144 conmon[43533]: cluster 2024-02-23T00:31:39.827453+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:31:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:41 smithi144 conmon[43533]: 14180) 685 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:31:42.513 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:42.513 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:31.851457Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:23:56.650817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.kowmnu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-kowmnu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.kowmnu\nDeploy daemon haproxy.rgw.foo.smithi144.kowmnu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:22:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:22:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:23:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.000555Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.mmeoub on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-mmeoub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.mmeoub\nDeploy daemon haproxy.rgw.foo.smithi100.mmeoub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:24:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:10Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:25:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:26:30.005096Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.cxhnrw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:31.851610Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:31.851685Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:31.851752Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:31.851818Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:31.852095Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:43.196 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: cluster 2024-02-23T00:31:41.828058+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:31:43.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: mgr.14180) 686 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:43.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: audit 2024-02-23T00:31:42.508235+0000 mgr.smithi100.rjsfuw (mgr.14180) 687 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:43.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: audit 2024-02-23T00:31:42.723083+0000 mon.smithi100 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.uioamj"}]: dispatch 2024-02-23T00:31:43.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: audit 2024-02-23T00:31:42.730119+0000 mon.smithi100 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:31:43.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:43 smithi100 conmon[37928]: audit 2024-02-23T00:31:43.000049+0000 mon.smithi100 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:43.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:43 smithi144 conmon[43533]: cluster 2024-02-23T00:31:41.828058+0000 mgr.smithi100.rjsfuw (mgr.14180) 686 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:43.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:43 smithi144 conmon[43533]: audit 2024-02-23T00:31:42.508235+0000 mgr.smithi100.rjsfuw (mgr.14180) 687 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:43.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:43 smithi144 conmon[43533]: audit 2024-02-23T00:31:42.723083+0000 mon.smithi100 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.uioamj"}]: dispatch 2024-02-23T00:31:43.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:43 smithi144 conmon[43533]: audit 2024-02-23T00:31:42.730119+0000 mon.smithi100 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:31:43.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:43 smithi144 conmon[43533]: audit 2024-02-23T00:31:43.000049+0000 mon.smithi100 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:44.198 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:42.722624 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:31:44.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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 upg 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: rading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:42.722763+0000 mgr.smithi100.rjsfuw (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:42.723695+0000 mgr.smithi100.rjsfuw (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:42.724914+0000 mgr.smithi100.rjsfuw (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:31:44.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:42.725920+0000 mgr.smithi100.rjsfuw (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:31:44.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cluster 2024-02-23T00:31:42.726608+0000 mgr.smithi100.rjsfuw (mgr.14180) 693 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:44.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: cluster 2024-02-23T00:31:43.288349+0000 mon.smithi100 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:31:44.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:44 smithi100 conmon[37928]: audit 2024-02-23T00:31:44.172266+0000 mon.smithi100 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:42.722624+0000 mgr.smithi100.rjsfuw (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:42.722763+0000 mgr.smithi100.rjsfuw (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:42.723695+0000 mgr.smithi100.rjsfuw (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj 2024-02-23T00:31:44.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.uioamj ... 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:29:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:30:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:31:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:42.724914+0000 mgr.smithi100.rjsfuw (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:31:44.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:42.725920+0000 mgr.smithi100.rjsfuw (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:31:44.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cluster 2024-02-23T00:31:42.726608+0000 mgr.smithi100.rjsfuw (mgr.14180) 693 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:44.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: cluster 2024-02-23T00:31:43.288349+0000 mon.smithi100 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:31:44.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:44 smithi144 conmon[43533]: audit 2024-02-23T00:31:44.172266+0000 mon.smithi100 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:46.340 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: cluster 2024-02-23T00:31:44.727277+0000 mgr.smithi100.rjsfuw (mgr.14180) 694 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.035807+0000 mon.smithi100 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.327228+0000 mon.smithi100 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.327829+0000 mon.smithi100 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.328346+0000 mon.smithi100 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.328848+0000 mon.smithi100 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:45.329270+0000 mgr.smithi100.rjsfuw (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3478M 2024-02-23T00:31:46.341 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:46 smithi100 conmon[37928]: audit 2024-02-23T00:31:45.333394+0000 mon.smithi100 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: cluster 2024-02-23T00:31:44.727277+0000 mgr.smithi100.rjsfuw (mgr.14180) 694 : cluster [DBG] 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024-02-23T00:31:45.035807+0000 mon.smithi100 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024-02-23T00:31:45.327228+0000 mon.smithi100 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024-02-23T00:31:45.327829+0000 mon.smithi100 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024-02-23T00:31:45.328346+0000 mon.smithi100 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024-02-23T00:31:45.328848+0000 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: mon.smithi100 (mon.0) 704 : audit [INF] 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: cephadm 2024-02 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: -23T00:31:45.329270+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:31:46.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: ) 695 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3478M 2024-02-23T00:31:46.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:31:46.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: 02-23T00:31:45.333394 2024-02-23T00:31:46.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: +0000 mon.smithi100 (mon.0) 705 : audit [INF] 2024-02-23T00:31:46.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:46 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:46.810 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:46.810 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:26:35.159415Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:26:35.159479Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:26:35.159541Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:26:35.159326Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:26:35.159180Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:26:35.159601Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:26:35.159721Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:26:35.159661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:26:35.159960Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:47.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:48.428 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: cluster 2024-02-23T00:31:46.727825+0000 mgr.smithi100.rjsfuw (mgr.14180) 696 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:46.804751+0000 mgr.smithi100.rjsfuw (mgr.14180) 697 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.521487+0000 mon.smithi100 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.826886+0000 mon.smithi100 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.827489+0000 mon.smithi100 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.827950+0000 mon.smithi100 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.828430+0000 mon.smithi100 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.832793+0000 mon.smithi100 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.833602+0000 mon.smithi100 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:31:48.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.834161+0000 mon.smithi100 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:31:48.883 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.992740+0000 mon.smithi100 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:48.883 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:48 smithi100 conmon[37928]: audit 2024-02-23T00:31:47.997019+0000 mon.smithi100 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: cluster 2024-02-23T00:31:46.727825+0000 mgr.smithi100.rjsfuw (mgr.14180) 696 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 2024-02-23T00:31:46.804751+0000 mgr.smithi100.rjsfuw (mgr.14180) 697 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02-23T00:31:47.521487+0000 mon.smithi100 (mon.0) 706 : audit [INF] 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 2024-02-23T00:31:47 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: .826886+0000 mon.smithi100 (mon.0) 707 : audit 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: T00:31:47.827489+0000 mon.smithi100 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 23T00:31:47.827950+0000 mon.smithi100 (mon. 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 0) 709 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: -23T00:31:47.828430+0000 mon.smithi100 (mon 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: .0) 710 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 02-23T00:31:47.832793+0000 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: mon.smithi100 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02-23 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: T00:31:47.833602+0000 mon.smithi100 (mon.0 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: ) 712 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:31:49.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 23T00:31:47.834161+0000 mon.smithi100 ( 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 23T00:31:47.992740+0000 mon.smithi100 (mon. 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: 0) 714 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: -23T00:31:47.997019+0000 mon.smithi100 ( 2024-02-23T00:31:49.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:48 smithi144 conmon[43533]: mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:31:49.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:47.828787+0000 mgr.smithi100.rjsfuw (mgr.14180) 698 : cephadm 2024-02-23T00:31:49.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: [INF] Adjusting osd_memory_target on smithi100 to 2710M 2024-02-23T00:31:49.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:47.837297+0000 mgr.smithi100.rjsfuw (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-23T00:31:49.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cluster 2024-02-23T00:31:47.993223+0000 mgr.smithi100.rjsfuw (mgr.14180) 700 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:49.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cephadm 2024-02-23T00:31:48.002660+0000 mgr.smithi100.rjsfuw (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.gxjzec on smithi144 2024-02-23T00:31:49.891 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: audit 2024-02-23T00:31:48.940300+0000 mon.smithi100 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:49.891 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cluster 2024-02-23T00:31:48.991055+0000 mon.smithi100 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:31:49.891 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:49 smithi100 conmon[37928]: cluster 2024-02-23T00:31:48.991106+0000 mon.smithi100 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-02-23T00:31:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:47.828787+0000 mgr.smithi100.rjsfuw (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi100 to 2710M 2024-02-23T00:31:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cephadm 2024-02-23T00:31:47.837297+0000 mgr.smithi100.rjsfuw (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-23T00:31:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 02-23T00:31:47.993223+0000 mgr.smithi100.rjsfuw (mgr.14180) 700 : cluster 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cephadm 2024-02 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: -23T00:31:48.002660+0000 mgr.smithi100.rjsfuw (mgr.14180) 701 : cephadm [INF] 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: Deploying daemon haproxy.rgw.foo.smithi144.gxjzec on smithi144 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: audit 2024- 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 02-23T00:31:48.940300+0000 mon.smithi100 (mon.0) 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 716 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cluster 2024-02-23T 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 00:31:48.991055+0000 mon.smithi100 (mon.0) 717 : 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: cluster 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 2024-02-23T00:31:48.991106+0000 mon.smithi100 (mon. 2024-02-23T00:31:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:49 smithi144 conmon[43533]: 0) 718 : cluster [INF] Cluster is now healthy 2024-02-23T00:31:50.255 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:50.256 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:50.855 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:51.856 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:51.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:51 smithi100 conmon[37928]: cluster 2024-02-23T00:31:49.993799+0000 mgr.smithi100.rjsfuw (mgr.14180) 702 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-23T00:31:51.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:51 smithi100 conmon[37928]: 2024-02-23T00:31:51.890 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:51 smithi100 conmon[37928]: audit 2024-02-23T00:31:50.250803+0000 mgr.smithi100.rjsfuw (mgr.14180) 703 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:52.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:51 smithi144 conmon[43533]: cluster 2024-02-23T00:31:49.993799+0000 mgr.smithi100.rjsfuw (mgr.14180) 702 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-23T00:31:52.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:51 smithi144 conmon[43533]: audit 2024-02-23T00:31:50.250803+0000 mgr.smithi100.rjsfuw (mgr.14180) 703 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:53.672 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:53.673 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:53.821 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:53 smithi100 conmon[37928]: cluster 2024-02-23T00:31:51.994369+0000 mgr.smithi100.rjsfuw (mgr.14180) 704 : cluster 2024-02-23T00:31:53.821 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:53 smithi100 conmon[37928]: [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-23T00:31:54.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:53 smithi144 conmon[43533]: cluster 2024-02-23T00:31:51.994369+0000 mgr.smithi100.rjsfuw (mgr.14180) 704 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-02-23T00:31:54.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:53 smithi144 conmon[43533]: 2024-02-23T00:31:54.262 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:55.264 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:55.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:55 smithi100 conmon[37928]: audit 2024-02-23T00:31:53.667808+0000 mgr.smithi100.rjsfuw (mgr.14180) 705 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:55.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:55 smithi100 conmon[37928]: cluster 2024-02-23T00:31:53.995075+0000 mgr.smithi100.rjsfuw (mgr.14180) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-23T00:31:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:55 smithi144 conmon[43533]: audit 2024-02-23T00:31:53.667808+0000 mgr.smithi100.rjsfuw (mgr.14180) 705 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:55 smithi144 conmon[43533]: 2024-02-23T00:31:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:55 smithi144 conmon[43533]: cluster 2024-02-23T00:31:53.995075+0000 mgr.smithi100.rjsfuw (mgr.14180) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-23T00:31:57.167 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:31:57.167 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:31:57.728 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:31:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:57 smithi100 conmon[37928]: cluster 2024-02-23T00:31:55.995632+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:31:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:57 smithi100 conmon[37928]: 707 : cluster [DBG] pgmap v480: 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 2024-02-23T00:31:58.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:57 smithi144 conmon[43533]: cluster 2024-02-23T00:31:55.995632+0000 mgr.smithi100.rjsfuw (mgr.14180) 707 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-23T00:31:58.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:57 smithi144 conmon[43533]: 2024-02-23T00:31:58.729 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:31:58.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:58 smithi100 conmon[37928]: audit 2024-02-23T00:31:57.162542+0000 mgr.smithi100.rjsfuw (mgr.14180) 708 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:59.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:58 smithi144 conmon[43533]: audit 2024-02-23T00:31:57.162542+0000 mgr.smithi100.rjsfuw (mgr.14180) 708 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:31:59.902 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:31:59 smithi100 conmon[37928]: cluster 2024-02-23T00:31:57.996200+0000 mgr.smithi100.rjsfuw (mgr.14180) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-23T00:32:00.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:31:59 smithi144 conmon[43533]: cluster 2024-02-23T00:31:57.996200+0000 mgr.smithi100.rjsfuw (mgr.14180) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-23T00:32:00.535 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:00.536 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:01.095 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:01.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:01 smithi100 conmon[37928]: cluster 2024-02-23T00:31:59.996800+0000 mgr.smithi100.rjsfuw (mgr.14180) 710 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-23T00:32:01.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:01 smithi100 conmon[37928]: audit 2024-02-23T00:32:00.531076+0000 mgr.smithi100.rjsfuw (mgr.14180) 711 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:01 smithi144 conmon[43533]: cluster 2024-02-23T00:31:59.996800+0000 mgr.smithi100.rjsfuw (mgr.14180) 710 : cluster [DBG] 2024-02-23T00:32:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:01 smithi144 conmon[43533]: pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-23T00:32:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:01 smithi144 conmon[43533]: audit 2024-02-23T00:32:00.531076+0000 mgr.smithi100.rjsfuw (mgr.14180) 711 : audit [DBG] 2024-02-23T00:32:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:01 smithi144 conmon[43533]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:02.095 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:03.604 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:03 smithi100 conmon[37928]: cluster 2024-02-23T00:32:01.997437+0000 mgr.smithi100.rjsfuw (mgr.14180) 712 : 2024-02-23T00:32:03.604 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:03 smithi100 conmon[37928]: cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:03.970 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:03.970 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:03 smithi144 conmon[43533]: cluster 2024-02-23T00:32:01.997437+0000 mgr.smithi100.rjsfuw (mgr.14180) 712 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:03 smithi144 conmon[43533]: 2024-02-23T00:32:04.602 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:05.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:04 smithi100 conmon[37928]: audit 2024-02-23T00:32:03.941907+0000 mon.smithi100 (mon.0 2024-02-23T00:32:05.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:04 smithi100 conmon[37928]: ) 719 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:32:05.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:04 smithi100 conmon[37928]: audit 2024-02-23T00:32:03.958978+0000 mgr.smithi100.rjsfuw (mgr.14180) 713 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:05.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:04 smithi100 conmon[37928]: cluster 2024-02-23T00:32:03.997906+0000 mgr.smithi100.rjsfuw (mgr.14180) 714 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:05.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:04 smithi144 conmon[43533]: audit 2024-02-23T00:32:03.941907+0000 mon.smithi100 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:32:05.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:04 smithi144 conmon[43533]: 2024-02-23T00:32:05.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:04 smithi144 conmon[43533]: audit 2024-02-23T00:32:03.958978+0000 mgr.smithi100.rjsfuw (mgr.14180) 713 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:05.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:04 smithi144 conmon[43533]: cluster 2024-02-23T00:32:03.997906+0000 2024-02-23T00:32:05.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:04 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 714 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:05.603 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:07.130 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:07 smithi100 conmon[37928]: cluster 2024-02-23T00:32:05.998532+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:32:07.130 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:07 smithi100 conmon[37928]: 715 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:07 smithi144 conmon[43533]: cluster 2024-02-23T00:32:05.998532+0000 mgr.smithi100.rjsfuw (mgr.14180) 715 : cluster 2024-02-23T00:32:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:07 smithi144 conmon[43533]: [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:07.513 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:07.513 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:08.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:08.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:08 smithi100 conmon[37928]: audit 2024-02-23T00:32:07.508376+0000 mgr.smithi100.rjsfuw (mgr.14180) 716 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:08.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:08 smithi144 conmon[43533]: audit 2024-02-23T00:32:07.508376+0000 mgr.smithi100.rjsfuw (mgr.14180) 716 : audit [DBG] 2024-02-23T00:32:08.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:08 smithi144 conmon[43533]: from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:09.128 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:09.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:09 smithi100 conmon[37928]: cluster 2024-02-23T00:32:07.998895+0000 mgr.smithi100.rjsfuw (mgr.14180) 717 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:09 smithi144 conmon[43533]: cluster 2024-02-23T00:32:07.998895+0000 mgr.smithi100.rjsfuw (mgr.14180) 717 : cluster 2024-02-23T00:32:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:09 smithi144 conmon[43533]: [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:10.937 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:10.937 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:11 smithi100 conmon[37928]: cluster 2024-02-23T00:32:09.999515 2024-02-23T00:32:11.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:11 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 718 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:11 smithi144 conmon[43533]: cluster 2024-02-23T00:32:09.999515+0000 mgr.smithi100.rjsfuw (mgr.14180) 718 : cluster [DBG] 2024-02-23T00:32:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:11 smithi144 conmon[43533]: pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:11.602 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:12.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:12 smithi100 conmon[37928]: audit 2024-02-23T00:32:10.932512+0000 mgr.smithi100.rjsfuw (mgr.14180) 719 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:12.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:12 smithi144 conmon[43533]: audit 2024-02-23T00:32:10.932512+0000 mgr.smithi100.rjsfuw (mgr.14180) 719 : audit 2024-02-23T00:32:12.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:12 smithi144 conmon[43533]: [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:12.603 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:13 smithi144 conmon[43533]: cluster 2024-02-23T00:32:12.000068+0000 mgr.smithi100.rjsfuw (mgr.14180) 720 : 2024-02-23T00:32:13.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:13 smithi144 conmon[43533]: cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:13.401 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:13 smithi100 conmon[37928]: cluster 2024-02-23T00:32:12.000068+0000 mgr.smithi100.rjsfuw (mgr.14180) 720 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:14.451 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:14.451 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:15.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:15.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:15 smithi100 conmon[37928]: cluster 2024-02-23T00:32:14.000504+0000 mgr.smithi100.rjsfuw (mgr.14180) 721 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:15.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:15 smithi100 conmon[37928]: audit 2024-02-23T00:32:14.446401+0000 mgr.smithi100.rjsfuw (mgr.14180) 722 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:15 smithi144 conmon[43533]: cluster 2024-02-23T00:32:14.000504+0000 mgr.smithi100.rjsfuw (mgr.14180) 721 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:15.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:15 smithi144 conmon[43533]: audit 2024-02-23T00:32:14.446401+0000 mgr.smithi100.rjsfuw (mgr.14180) 722 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:16.070 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:17.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:17 smithi100 conmon[37928]: cluster 2024-02-23T00:32:16.001110+0000 mgr.smithi100.rjsfuw (mgr.14180) 723 : cluster [DBG] 2024-02-23T00:32:17.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:17 smithi100 conmon[37928]: pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:17 smithi144 conmon[43533]: cluster 2024-02-23T00:32:16.001110+0000 mgr.smithi100.rjsfuw (mgr.14180) 723 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:17 smithi144 conmon[43533]: 2024-02-23T00:32:17.905 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:17.905 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:18.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:19 smithi100 conmon[37928]: audit 2024-02-23T00:32:17.900073+0000 mgr.smithi100.rjsfuw (mgr.14180) 724 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:19.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:19 smithi100 conmon[37928]: cluster 2024-02-23T00:32:18.001567+0000 mgr.smithi100.rjsfuw (mgr.14180) 725 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:19 smithi144 conmon[43533]: audit 2024-02-23T00:32:17.900073+0000 mgr.smithi100.rjsfuw (mgr.14180) 724 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:19 smithi144 conmon[43533]: cluster 2024-02-23T00:32:18.001567+0000 mgr.smithi100.rjsfuw (mgr.14180) 725 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:19.519 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:21.398 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:21.399 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:21.421 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:21 smithi100 conmon[37928]: cluster 2024-02-23T00:32:20.002149+0000 mgr.smithi100.rjsfuw (mgr.14180) 726 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:21 smithi144 conmon[43533]: cluster 2024-02-23T00:32:20.002149+0000 mgr.smithi100.rjsfuw (mgr.14180) 726 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:21 smithi144 conmon[43533]: 2024-02-23T00:32:22.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:22.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:22 smithi100 conmon[37928]: audit 2024-02-23T00:32:21.393397+0000 mgr.smithi100.rjsfuw (mgr.14180) 727 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:22.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:22 smithi144 conmon[43533]: audit 2024-02-23T00:32:21.393397+0000 mgr.smithi100.rjsfuw (mgr.14180) 727 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:23.010 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:23 smithi144 conmon[43533]: cluster 2024-02-23T00:32:22.002601+0000 mgr.smithi100.rjsfuw (mgr.14180) 728 : cluster 2024-02-23T00:32:23.262 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:23 smithi144 conmon[43533]: [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:23.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:23 smithi100 conmon[37928]: cluster 2024-02-23T00:32:22.002601+0000 mgr.smithi100.rjsfuw (mgr.14180) 728 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:24.888 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:24.888 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:25.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:25 smithi100 conmon[37928]: cluster 2024-02-23T00:32:24.003072+0000 mgr.smithi100.rjsfuw (mgr.14180) 729 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:25 smithi144 conmon[43533]: cluster 2024-02-23T00:32:24.003072+0000 mgr.smithi100.rjsfuw (mgr.14180) 729 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:25.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:26.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:26 smithi100 conmon[37928]: audit 2024-02-23T00:32:24.883033+0000 mgr.smithi100.rjsfuw (mgr.14180) 730 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:26.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:26 smithi144 conmon[43533]: audit 2024-02-23T00:32:24.883033+0000 mgr.smithi100.rjsfuw (mgr.14180) 730 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:26.570 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:27.374 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:27 smithi100 conmon[37928]: cluster 2024-02-23T00:32:26.003969+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:32:27.375 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:27 smithi100 conmon[37928]: .14180) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:27 smithi144 conmon[43533]: cluster 2024-02-23T00:32:26.003969+0000 mgr.smithi100.rjsfuw (mgr.14180) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:28.406 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:28.407 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:29.014 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:29 smithi100 conmon[37928]: cluster 2024-02-23T00:32:28.004293+0000 mgr.smithi100.rjsfuw (mgr.14180) 732 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:29 smithi100 conmon[37928]: audit 2024-02-23T00:32:28.400937+0000 mgr.smithi100.rjsfuw (mgr.14180) 733 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:29 smithi144 conmon[43533]: cluster 2024-02-23T00:32:28.004293+0000 mgr.smithi100.rjsfuw (mgr.14180) 732 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:29 smithi144 conmon[43533]: 2024-02-23T00:32:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:29 smithi144 conmon[43533]: audit 2024-02-23T00:32:28.400937+0000 mgr.smithi100.rjsfuw (mgr.14180) 733 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:30.015 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:31.433 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:31 smithi100 conmon[37928]: cluster 2024-02-23T00:32:30.005001+0000 mgr.smithi100.rjsfuw (mgr.14180) 734 : cluster 2024-02-23T00:32:31.433 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:31 smithi100 conmon[37928]: [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:31 smithi144 conmon[43533]: cluster 2024-02-23T00:32:30.005001+0000 mgr.smithi100.rjsfuw (mgr.14180) 734 : cluster [DBG] 2024-02-23T00:32:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:31 smithi144 conmon[43533]: pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:31.781 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:31.781 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:32.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:33.393 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:33.441 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:33 smithi100 conmon[37928]: audit 2024-02-23T00:32:31.776097+0000 mgr.smithi100.rjsfuw (mgr.14180) 735 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:33.441 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:33 smithi100 conmon[37928]: cluster 2024-02-23T00:32:32.005679+0000 mgr.smithi100.rjsfuw (mgr.14180) 736 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:33 smithi144 conmon[43533]: audit 2024-02-23T00:32:31.776097+0000 mgr.smithi100.rjsfuw (mgr.14180) 735 : audit [DBG] 2024-02-23T00:32:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:33 smithi144 conmon[43533]: from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:33.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:33 smithi144 conmon[43533]: cluster 2024-02-23T00:32:32.005679+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:32:33.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:33 smithi144 conmon[43533]: 14180) 736 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:35.414 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:35.414 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:35.434 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:35 smithi100 conmon[37928]: cluster 2024-02-23T00:32:34.006274+0000 mgr.smithi100.rjsfuw (mgr.14180) 737 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:35 smithi144 conmon[43533]: cluster 2024-02-23T00:32:34.006274+0000 mgr.smithi100.rjsfuw (mgr.14180) 737 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:36.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:36 smithi100 conmon[37928]: audit 2024-02-23T00:32:35.409323+0000 mgr.smithi100.rjsfuw (mgr.14180) 738 2024-02-23T00:32:36.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:36 smithi100 conmon[37928]: : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:36 smithi144 conmon[43533]: audit 2024-02-23T00:32:35.409323+0000 mgr.smithi100.rjsfuw (mgr.14180) 738 : audit [DBG] 2024-02-23T00:32:36.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:36 smithi144 conmon[43533]: from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:37.048 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:37.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:37 smithi100 conmon[37928]: cluster 2024-02-23T00:32:36.007099+0000 mgr.smithi100.rjsfuw (mgr.14180) 739 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:37 smithi144 conmon[43533]: cluster 2024-02-23T00:32:36.007099+0000 mgr.smithi100.rjsfuw (mgr.14180) 739 : 2024-02-23T00:32:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:37 smithi144 conmon[43533]: cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:38.814 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:38.814 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:39.407 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:39 smithi100 conmon[37928]: cluster 2024-02-23T00:32:38.007588+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:32:39.407 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:39 smithi100 conmon[37928]: .14180) 740 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:39.420 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:39 smithi144 conmon[43533]: cluster 2024-02-23T00:32:38.007588+0000 mgr.smithi100.rjsfuw (mgr.14180) 740 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:40.421 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:40.451 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:40 smithi100 conmon[37928]: audit 2024-02-23T00:32:38.808993+0000 mgr.smithi100.rjsfuw (mgr.14180) 741 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:40.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:40 smithi144 conmon[43533]: audit 2024-02-23T00:32:38.808993+0000 mgr.smithi100.rjsfuw (mgr.14180) 741 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:41 smithi100 conmon[37928]: cluster 2024-02-23T00:32:40.008216+0000 mgr.smithi100.rjsfuw (mgr.14180) 742 2024-02-23T00:32:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:41 smithi100 conmon[37928]: : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:41 smithi144 conmon[43533]: cluster 2024-02-23T00:32:40.008216+0000 mgr.smithi100.rjsfuw (mgr.14180) 742 : cluster [DBG] 2024-02-23T00:32:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:41 smithi144 conmon[43533]: pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:42.271 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:42.271 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:42.916 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:43.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:43 smithi100 conmon[37928]: cluster 2024-02-23T00:32:42.008643+0000 mgr.smithi100.rjsfuw (mgr.14180) 743 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:43.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:43 smithi100 conmon[37928]: audit 2024-02-23T00:32:42.265741+0000 mgr.smithi100.rjsfuw (mgr.14180) 744 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:43 smithi144 conmon[43533]: cluster 2024-02-23T00:32:42.008643+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:32:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:43 smithi144 conmon[43533]: ) 743 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:43 smithi144 conmon[43533]: audit 2024-02-23T00:32:42 2024-02-23T00:32:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:43 smithi144 conmon[43533]: .265741+0000 mgr.smithi100.rjsfuw (mgr.14180) 744 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:43.917 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:45.355 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:45 smithi100 conmon[37928]: cluster 2024-02-23T00:32:44.009248+0000 mgr.smithi100.rjsfuw (mgr.14180) 745 : cluster 2024-02-23T00:32:45.356 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:45 smithi100 conmon[37928]: [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:45 smithi144 conmon[43533]: cluster 2024-02-23T00:32:44.009248+0000 mgr.smithi100.rjsfuw (mgr.14180) 745 : 2024-02-23T00:32:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:45 smithi144 conmon[43533]: cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:45.681 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:45.681 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:46.278 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:47.279 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:47.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:47 smithi100 conmon[37928]: audit 2024-02-23T00:32:45.676468+0000 mgr.smithi100.rjsfuw (mgr.14180) 746 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:47.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:47 smithi100 conmon[37928]: cluster 2024-02-23T00:32:46.009764+0000 mgr.smithi100.rjsfuw (mgr.14180) 747 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:47 smithi144 conmon[43533]: audit 2024-02-23T00:32:45.676468+0000 mgr.smithi100.rjsfuw (mgr.14180) 746 : audit [DBG] 2024-02-23T00:32:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:47 smithi144 conmon[43533]: from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:47 smithi144 conmon[43533]: cluster 2024-02-23T00:32:46.009764+0000 mgr.smithi100.rjsfuw (mgr.14180) 747 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:49.105 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:49.105 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:49 smithi100 conmon[37928]: cluster 2024-02-23T00:32:48.010098+0000 mgr.smithi100.rjsfuw (mgr.14180) 748 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:49 smithi144 conmon[43533]: cluster 2024-02-23T00:32:48.010098+0000 mgr.smithi100.rjsfuw (mgr.14180) 748 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:49.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:50.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:50 smithi100 conmon[37928]: audit 2024-02-23T00:32:49.100201+0000 mgr.smithi100.rjsfuw (mgr.14180) 749 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:50.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:50 smithi144 conmon[43533]: audit 2024-02-23T00:32:49.100201+0000 mgr.smithi100.rjsfuw (mgr.14180) 749 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:50.745 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:51 smithi100 conmon[37928]: cluster 2024-02-23T00:32:50.010628+0000 mgr.smithi100.rjsfuw (mgr.14180) 750 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:51 smithi144 conmon[43533]: cluster 2024-02-23T00:32:50.010628+0000 mgr.smithi100.rjsfuw (mgr.14180) 750 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:52.634 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:52.634 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:53.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:53 smithi100 conmon[37928]: cluster 2024-02-23T00:32:52.011065+0000 mgr.smithi100.rjsfuw (mgr.14180) 751 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:53 smithi144 conmon[43533]: cluster 2024-02-23T00:32:52.011065+0000 mgr.smithi100.rjsfuw (mgr.14180) 751 : cluster [DBG] 2024-02-23T00:32:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:53 smithi144 conmon[43533]: pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:54.237 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:54.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:54 smithi100 conmon[37928]: audit 2024-02-23T00:32:52.628804+0000 mgr.smithi100.rjsfuw (mgr.14180) 752 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:54.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:54 smithi144 conmon[43533]: audit 2024-02-23T00:32:52.628804+0000 mgr.smithi100.rjsfuw (mgr.14180) 752 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:55 smithi100 conmon[37928]: cluster 2024-02-23T00:32:54.011608+0000 mgr.smithi100.rjsfuw (mgr.14180) 753 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:55 smithi144 conmon[43533]: cluster 2024-02-23T00:32:54.011608+0000 mgr.smithi100.rjsfuw (mgr.14180) 753 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:56.137 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:56.137 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:32:56.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:32:57.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:57 smithi100 conmon[37928]: cluster 2024-02-23T00:32:56.012200+0000 mgr.smithi100.rjsfuw (mgr.14180) 754 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:57.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:57 smithi100 conmon[37928]: audit 2024-02-23T00:32:56.132871+0000 mgr.smithi100.rjsfuw (mgr.14180) 755 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:57 smithi144 conmon[43533]: cluster 2024-02-23T00:32:56.012200+0000 mgr.smithi100.rjsfuw (mgr.14180) 754 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:57 smithi144 conmon[43533]: audit 2024-02-23T00:32:56.132871+0000 mgr.smithi100.rjsfuw (mgr.14180) 755 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:32:57.745 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:32:59.259 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:59 smithi100 conmon[37928]: cluster 2024-02-23T00:32:58.012513+0000 mgr.smithi100.rjsfuw (mgr.14180) 756 : cluster 2024-02-23T00:32:59.260 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:32:59 smithi100 conmon[37928]: [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:32:59 smithi144 conmon[43533]: cluster 2024-02-23T00:32:58.012513+0000 mgr.smithi100.rjsfuw (mgr.14180) 756 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:32:59.580 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:32:59.581 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:00.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:00 smithi100 conmon[37928]: audit 2024-02-23T00:32:59.575207+0000 mgr.smithi100.rjsfuw (mgr.14180) 757 : 2024-02-23T00:33:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:00 smithi100 conmon[37928]: audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:00 smithi144 conmon[43533]: audit 2024-02-23T00:32:59.575207+0000 mgr.smithi100.rjsfuw (mgr.14180) 757 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:01.170 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:01.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:01 smithi100 conmon[37928]: cluster 2024-02-23T00:33:00.013263+0000 mgr.smithi100.rjsfuw (mgr.14180) 758 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:01 smithi144 conmon[43533]: cluster 2024-02-23T00:33:00.013263+0000 mgr.smithi100.rjsfuw (mgr.14180) 758 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:03.007 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:03.007 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:03 smithi100 conmon[37928]: cluster 2024-02-23T00:33:02.013833+0000 mgr.smithi100.rjsfuw (mgr.14180) 759 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:03 smithi144 conmon[43533]: cluster 2024-02-23T00:33:02.013833+0000 mgr.smithi100.rjsfuw (mgr.14180) 759 : cluster [DBG] 2024-02-23T00:33:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:03 smithi144 conmon[43533]: pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:03.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:04.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:04 smithi100 conmon[37928]: audit 2024-02-23T00:33:03.002155+0000 mgr.smithi100.rjsfuw (mgr.14180) 760 : 2024-02-23T00:33:04.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:04 smithi100 conmon[37928]: audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:04.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:04 smithi144 conmon[43533]: audit 2024-02-23T00:33:03.002155+0000 mgr.smithi100.rjsfuw (mgr.14180) 760 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:04.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:04 smithi144 conmon[43533]: 2024-02-23T00:33:04.702 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:05 smithi100 conmon[37928]: cluster 2024-02-23T00:33:04.014307+0000 mgr.smithi100.rjsfuw (mgr.14180) 761 2024-02-23T00:33:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:05 smithi100 conmon[37928]: : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:05 smithi144 conmon[43533]: cluster 2024-02-23T00:33:04.014307+0000 mgr.smithi100.rjsfuw (mgr.14180) 761 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:06.551 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:06.551 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:07.167 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:07 smithi100 conmon[37928]: cluster 2024-02-23T00:33:06.014877+0000 mgr.smithi100.rjsfuw (mgr.14180) 762 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:07 smithi100 conmon[37928]: audit 2024-02-23T00:33:06.545801+0000 mgr.smithi100.rjsfuw (mgr.14180) 763 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:07 smithi144 conmon[43533]: cluster 2024-02-23T00:33:06.014877+0000 mgr.smithi100.rjsfuw (mgr.14180) 762 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:07.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:07 smithi144 conmon[43533]: audit 2024-02-23T00:33:06.545801+0000 mgr.smithi100.rjsfuw (mgr.14180) 763 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:08.168 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:09.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:09 smithi100 conmon[37928]: cluster 2024-02-23T00:33:08.015323+0000 mgr.smithi100.rjsfuw (mgr.14180) 764 2024-02-23T00:33:09.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:09 smithi100 conmon[37928]: : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:09 smithi144 conmon[43533]: cluster 2024-02-23T00:33:08.015323+0000 mgr.smithi100.rjsfuw (mgr.14180) 764 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:10.057 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:10.057 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:10.657 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:11 smithi144 conmon[43533]: cluster 2024-02-23T00:33:10.015917+0000 mgr.smithi100.rjsfuw (mgr.14180) 765 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:11 smithi144 conmon[43533]: audit 2024-02-23T00:33:10.051750+0000 mgr.smithi100.rjsfuw (mgr.14180) 766 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:11.658 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:11.692 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:11 smithi100 conmon[37928]: cluster 2024-02-23T00:33:10.015917+0000 mgr.smithi100.rjsfuw (mgr.14180) 765 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:11.692 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:11 smithi100 conmon[37928]: audit 2024-02-23T00:33:10.051750+0000 mgr.smithi100.rjsfuw (mgr.14180) 766 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:13.484 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:13.485 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:13.512 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:13 smithi100 conmon[37928]: cluster 2024-02-23T00:33:12.016368+0000 mgr.smithi100.rjsfuw (mgr.14180) 767 : 2024-02-23T00:33:13.512 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:13 smithi100 conmon[37928]: cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:13.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:13 smithi144 conmon[43533]: cluster 2024-02-23T00:33:12.016368+0000 mgr.smithi100.rjsfuw (mgr.14180) 767 : cluster [DBG] 2024-02-23T00:33:13.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:13 smithi144 conmon[43533]: pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:14.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:14 smithi100 conmon[37928]: audit 2024-02-23T00:33:13.479927+0000 mgr.smithi100.rjsfuw (mgr.14180) 768 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:14 smithi144 conmon[43533]: audit 2024-02-23T00:33:13.479927+0000 mgr.smithi100.rjsfuw (mgr.14180) 768 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:15.212 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:15 smithi144 conmon[43533]: cluster 2024-02-23T00:33:14.016766+0000 mgr.smithi100.rjsfuw (mgr.14180) 769 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:15.658 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:15 smithi100 conmon[37928]: cluster 2024-02-23T00:33:14.016766+0000 mgr.smithi100.rjsfuw (mgr.14180) 769 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:17.074 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:17.074 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:17.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:17 smithi100 conmon[37928]: cluster 2024-02-23T00:33:16.017367+0000 mgr.smithi100.rjsfuw (mgr.14180) 770 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:17 smithi144 conmon[43533]: cluster 2024-02-23T00:33:16.017367+0000 mgr.smithi100.rjsfuw (mgr.14180) 770 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:17.657 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:18.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:18 smithi144 conmon[43533]: audit 2024-02-23T00:33:17.068704+0000 mgr.smithi100.rjsfuw (mgr.14180) 771 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:18.658 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:18.689 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:18 smithi100 conmon[37928]: audit 2024-02-23T00:33:17.068704+0000 mgr.smithi100.rjsfuw (mgr.14180) 771 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:19.408 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:19 smithi100 conmon[37928]: cluster 2024-02-23T00:33:18.017727+0000 mgr.smithi100.rjsfuw (mgr.14180) 772 : cluster [DBG] 2024-02-23T00:33:19.408 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:19 smithi100 conmon[37928]: pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:19 smithi144 conmon[43533]: cluster 2024-02-23T00:33:18.017727+0000 mgr.smithi100.rjsfuw (mgr.14180) 772 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:20.467 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:20.467 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:21.131 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:21 smithi100 conmon[37928]: cluster 2024-02-23T00:33:20.018566+0000 mgr.smithi100.rjsfuw (mgr.14180) 773 2024-02-23T00:33:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:21 smithi100 conmon[37928]: : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:21 smithi100 conmon[37928]: audit 2024-02-23T00:33:20.462332+0000 mgr.smithi100.rjsfuw (mgr.14180) 774 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:21 smithi144 conmon[43533]: cluster 2024-02-23T00:33:20.018566+0000 mgr.smithi100.rjsfuw (mgr.14180) 773 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:21 smithi144 conmon[43533]: audit 2024-02-23T00:33:20.462332+0000 mgr.smithi100.rjsfuw (mgr.14180) 774 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:22.132 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:23.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:23 smithi144 conmon[43533]: cluster 2024-02-23T00:33:22.019135+0000 mgr.smithi100.rjsfuw (mgr.14180) 775 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:23.522 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:23 smithi100 conmon[37928]: cluster 2024-02-23T00:33:22.019135+0000 mgr.smithi100.rjsfuw (mgr.14180) 775 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:24.074 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:24.074 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:24.681 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:25 smithi144 conmon[43533]: cluster 2024-02-23T00:33:24.019535+0000 mgr.smithi100.rjsfuw (mgr.14180) 776 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:25 smithi144 conmon[43533]: audit 2024-02-23T00:33:24.068941+0000 mgr.smithi100.rjsfuw (mgr.14180) 777 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:25.682 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:25 smithi100 conmon[37928]: cluster 2024-02-23T00:33:24.019535+0000 mgr.smithi100.rjsfuw (mgr.14180) 776 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:25 smithi100 conmon[37928]: audit 2024-02-23T00:33:24.068941+0000 mgr.smithi100.rjsfuw (mgr.14180) 777 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:27.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:27 smithi100 conmon[37928]: cluster 2024-02-23T00:33:26.020059+0000 mgr.smithi100.rjsfuw (mgr.14180) 778 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:27 smithi144 conmon[43533]: cluster 2024-02-23T00:33:26.020059+0000 mgr.smithi100.rjsfuw (mgr.14180) 778 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:27.542 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:27.542 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:28.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:28.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:28 smithi100 conmon[37928]: audit 2024-02-23T00:33:27.537093+0000 mgr.smithi100.rjsfuw (mgr.14180) 779 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:28.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:28 smithi144 conmon[43533]: audit 2024-02-23T00:33:27.537093+0000 mgr.smithi100.rjsfuw (mgr.14180) 779 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:29.172 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:29 smithi144 conmon[43533]: cluster 2024-02-23T00:33:28.020409+0000 mgr.smithi100.rjsfuw (mgr.14180) 780 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:29.622 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:29 smithi100 conmon[37928]: cluster 2024-02-23T00:33:28.020409+0000 mgr.smithi100.rjsfuw (mgr.14180) 780 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:31.184 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:31.184 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:31 smithi144 conmon[43533]: cluster 2024-02-23T00:33:30.021047+0000 mgr.smithi100.rjsfuw (mgr.14180) 781 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:31 smithi100 conmon[37928]: cluster 2024-02-23T00:33:30.021047+0000 mgr.smithi100.rjsfuw (mgr.14180) 781 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:31.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:32 smithi144 conmon[43533]: audit 2024-02-23T00:33:31.178861+0000 mgr.smithi100.rjsfuw (mgr.14180) 782 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:32.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:32 smithi144 conmon[43533]: 2024-02-23T00:33:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:32 smithi100 conmon[37928]: audit 2024-02-23T00:33:31.178861+0000 mgr.smithi100.rjsfuw (mgr.14180) 782 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:32.840 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:33 smithi144 conmon[43533]: cluster 2024-02-23T00:33:32.021797+0000 mgr.smithi100.rjsfuw (mgr.14180) 783 : cluster [DBG] 2024-02-23T00:33:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:33 smithi144 conmon[43533]: pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:33.655 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:33 smithi100 conmon[37928]: cluster 2024-02-23T00:33:32.021797+0000 mgr.smithi100.rjsfuw (mgr.14180) 783 : cluster [DBG] 2024-02-23T00:33:33.655 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:33 smithi100 conmon[37928]: pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:34.795 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:34.795 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:35.377 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:35 smithi144 conmon[43533]: cluster 2024-02-23T00:33:34.022315+0000 mgr.smithi100.rjsfuw (mgr.14180) 784 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:35.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:35 smithi100 conmon[37928]: cluster 2024-02-23T00:33:34.022315+0000 mgr.smithi100.rjsfuw (mgr.14180) 784 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:36.378 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:36.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:36 smithi100 conmon[37928]: audit 2024-02-23T00:33:34.789641+0000 mgr.smithi100.rjsfuw (mgr.14180) 785 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:36 smithi144 conmon[43533]: audit 2024-02-23T00:33:34.789641+0000 mgr.smithi100.rjsfuw (mgr.14180) 785 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:36 smithi144 conmon[43533]: 2024-02-23T00:33:37.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:37 smithi100 conmon[37928]: cluster 2024-02-23T00:33:36.022965+0000 mgr.smithi100.rjsfuw (mgr.14180) 786 2024-02-23T00:33:37.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:37 smithi100 conmon[37928]: : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:37.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:37 smithi144 conmon[43533]: cluster 2024-02-23T00:33:36.022965+0000 mgr.smithi100.rjsfuw (mgr.14180) 786 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:38.220 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:38.220 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:38.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:39 smithi100 conmon[37928]: cluster 2024-02-23T00:33:38.023302+0000 mgr.smithi100.rjsfuw (mgr.14180) 787 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:39 smithi100 conmon[37928]: audit 2024-02-23T00:33:38.214701+0000 mgr.smithi100.rjsfuw (mgr.14180) 788 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:39 smithi144 conmon[43533]: cluster 2024-02-23T00:33:38.023302+0000 mgr.smithi100.rjsfuw (mgr.14180) 787 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:39 smithi144 conmon[43533]: audit 2024-02-23T00:33:38.214701+0000 mgr.smithi100.rjsfuw (mgr.14180) 788 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:39.846 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:41.401 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:41 smithi100 conmon[37928]: cluster 2024-02-23T00:33:40.023910+0000 mgr.smithi100.rjsfuw (mgr.14180) 789 : cluster 2024-02-23T00:33:41.401 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:41 smithi100 conmon[37928]: [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:41 smithi144 conmon[43533]: cluster 2024-02-23T00:33:40.023910+0000 mgr.smithi100.rjsfuw (mgr.14180) 789 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:41.763 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:41.763 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:42.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:43.413 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:43 smithi100 conmon[37928]: audit 2024-02-23T00:33:41.758034+0000 mgr.smithi100.rjsfuw (mgr.14180) 790 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:43.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:43 smithi100 conmon[37928]: cluster 2024-02-23T00:33:42.024645+0000 mgr.smithi100.rjsfuw (mgr.14180) 791 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:43 smithi144 conmon[43533]: audit 2024-02-23T00:33:41.758034+0000 mgr.smithi100.rjsfuw (mgr.14180) 790 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:43 smithi144 conmon[43533]: cluster 2024-02-23T00:33:42.024645+0000 mgr.smithi100.rjsfuw (mgr.14180) 791 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:45.205 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:45.205 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:45 smithi100 conmon[37928]: cluster 2024-02-23T00:33:44.025183+0000 mgr.smithi100.rjsfuw (mgr.14180) 792 : cluster [DBG] 2024-02-23T00:33:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:45 smithi100 conmon[37928]: pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:45.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:45 smithi144 conmon[43533]: cluster 2024-02-23T00:33:44.025183+0000 mgr.smithi100.rjsfuw (mgr.14180) 792 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:45.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:46.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:46 smithi100 conmon[37928]: audit 2024-02-23T00:33:45.200184+0000 mgr.smithi100.rjsfuw (mgr.14180) 793 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:46.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:46 smithi144 conmon[43533]: audit 2024-02-23T00:33:45.200184+0000 mgr.smithi100.rjsfuw (mgr.14180) 793 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:46.820 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:47.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:47 smithi100 conmon[37928]: cluster 2024-02-23T00:33:46.025799+0000 mgr.smithi100.rjsfuw (mgr.14180) 794 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:47.544 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:47 smithi100 conmon[37928]: 2024-02-23T00:33:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:47 smithi144 conmon[43533]: cluster 2024-02-23T00:33:46.025799+0000 mgr.smithi100.rjsfuw (mgr.14180) 794 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:48.543 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:48.543 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:49.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:49 smithi100 conmon[37928]: cluster 2024-02-23T00:33:48.026168+0000 mgr.smithi100.rjsfuw (mgr.14180) 795 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:49.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:49 smithi100 conmon[37928]: audit 2024-02-23T00:33:48.538058+0000 mgr.smithi100.rjsfuw (mgr.14180) 796 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:49 smithi144 conmon[43533]: cluster 2024-02-23T00:33:48.026168+0000 mgr.smithi100.rjsfuw (mgr.14180) 795 : cluster [DBG] 2024-02-23T00:33:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:49 smithi144 conmon[43533]: pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:49 smithi144 conmon[43533]: audit 2024-02-23T00:33:48.538058+0000 mgr.smithi100.rjsfuw (mgr.14180) 796 : 2024-02-23T00:33:49.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:49 smithi144 conmon[43533]: audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:50.169 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:51.646 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:51 smithi100 conmon[37928]: cluster 2024-02-23T00:33:50.026771+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:33:51.646 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:51 smithi100 conmon[37928]: 797 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:51.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:51 smithi144 conmon[43533]: cluster 2024-02-23T00:33:50.026771+0000 mgr.smithi100.rjsfuw (mgr.14180) 797 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:52.007 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:52.007 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:52.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:53.653 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:53.686 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:53 smithi100 conmon[37928]: audit 2024-02-23T00:33:52.002140+0000 mgr.smithi100.rjsfuw (mgr.14180) 798 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:53.686 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:53 smithi100 conmon[37928]: cluster 2024-02-23T00:33:52.027291+0000 mgr.smithi100.rjsfuw (mgr.14180) 799 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:53 smithi144 conmon[43533]: audit 2024-02-23T00:33:52.002140+0000 mgr.smithi100.rjsfuw (mgr.14180) 798 : audit 2024-02-23T00:33:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:53 smithi144 conmon[43533]: [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:53 smithi144 conmon[43533]: cluster 2024-02-23T00:33:52.027291+0000 mgr.smithi100.rjsfuw 2024-02-23T00:33:53.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:53 smithi144 conmon[43533]: (mgr.14180) 799 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:55 smithi100 conmon[37928]: cluster 2024-02-23T00:33:54.027699+0000 mgr.smithi100.rjsfuw (mgr.14180) 800 : cluster 2024-02-23T00:33:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:55 smithi100 conmon[37928]: [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:55.523 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:55.524 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:55 smithi144 conmon[43533]: cluster 2024-02-23T00:33:54.027699+0000 mgr.smithi100.rjsfuw (mgr.14180) 800 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:55 smithi144 conmon[43533]: 2024-02-23T00:33:56.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:56.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:56 smithi100 conmon[37928]: audit 2024-02-23T00:33:55.519078+0000 mgr.smithi100.rjsfuw (mgr.14180) 801 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:56 smithi144 conmon[43533]: audit 2024-02-23T00:33:55.519078+0000 mgr.smithi100.rjsfuw (mgr.14180) 801 : audit [DBG] 2024-02-23T00:33:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:56 smithi144 conmon[43533]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:33:57.152 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:33:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:57 smithi100 conmon[37928]: cluster 2024-02-23T00:33:56. 2024-02-23T00:33:57.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:57 smithi100 conmon[37928]: 028273+0000 mgr.smithi100.rjsfuw (mgr.14180) 802 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:57 smithi144 conmon[43533]: cluster 2024-02-23T00:33:56.028273+0000 mgr.smithi100.rjsfuw (mgr.14180) 802 : 2024-02-23T00:33:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:57 smithi144 conmon[43533]: cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:58.970 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:33:58.970 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:33:59.599 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:33:59 smithi100 conmon[37928]: cluster 2024-02-23T00:33:58.028792+0000 mgr.smithi100.rjsfuw (mgr.14180) 803 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:33:59.616 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:33:59.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:33:59 smithi144 conmon[43533]: cluster 2024-02-23T00:33:58.028792+0000 mgr.smithi100.rjsfuw (mgr.14180) 803 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:00.618 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:00.650 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:00 smithi100 conmon[37928]: audit 2024-02-23T00:33:58.964825+0000 mgr.smithi100.rjsfuw (mgr.14180) 804 : audit 2024-02-23T00:34:00.651 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:00 smithi100 conmon[37928]: [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:00 smithi144 conmon[43533]: audit 2024-02-23T00:33:58.964825+0000 mgr.smithi100.rjsfuw (mgr.14180) 804 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:01.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:01 smithi100 conmon[37928]: cluster 2024-02-23T00:34:00.029397+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:34:01.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:01 smithi100 conmon[37928]: ) 805 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:01 smithi144 conmon[43533]: cluster 2024-02-23T00:34:00.029397+0000 mgr.smithi100.rjsfuw (mgr.14180) 805 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:02.456 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:02.456 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:03.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:03 smithi100 conmon[37928]: cluster 2024-02-23T00:34:02.029959+0000 mgr.smithi100.rjsfuw (mgr.14180) 806 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:03 smithi100 conmon[37928]: audit 2024-02-23T00:34:02.451461+0000 mgr.smithi100.rjsfuw (mgr.14180) 807 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:03.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:03 smithi144 conmon[43533]: cluster 2024-02-23T00:34:02.029959+0000 mgr.smithi100.rjsfuw (mgr.14180) 806 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:03.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:03 smithi144 conmon[43533]: audit 2024-02-23T00:34:02.451461+0000 mgr.smithi100.rjsfuw (mgr.14180) 807 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:04.102 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:05.609 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:05 smithi100 conmon[37928]: cluster 2024-02-23T00:34:04.030632+0000 mgr.smithi100.rjsfuw (mgr.14180) 808 : cluster 2024-02-23T00:34:05.609 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:05 smithi100 conmon[37928]: [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:05.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:05 smithi144 conmon[43533]: cluster 2024-02-23T00:34:04.030632+0000 mgr.smithi100.rjsfuw (mgr.14180) 808 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:05.977 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:05.977 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:06.541 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:07.542 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:07 smithi144 conmon[43533]: audit 2024-02-23T00:34:05.972434+0000 mgr.smithi100.rjsfuw (mgr.14180) 809 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:07 smithi144 conmon[43533]: cluster 2024-02-23T00:34:06.031197+0000 mgr.smithi100.rjsfuw (mgr.14180) 810 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:07.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:07 smithi100 conmon[37928]: audit 2024-02-23T00:34:05.972434+0000 mgr.smithi100.rjsfuw (mgr.14180) 809 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:07.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:07 smithi100 conmon[37928]: cluster 2024-02-23T00:34:06.031197+0000 mgr.smithi100.rjsfuw (mgr.14180) 810 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:09.433 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:09.433 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:09 smithi100 conmon[37928]: cluster 2024-02-23T00:34:08.031515+0000 mgr.smithi100.rjsfuw (mgr.14180) 811 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:10.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:09 smithi144 conmon[43533]: cluster 2024-02-23T00:34:08.031515+0000 mgr.smithi100.rjsfuw (mgr.14180) 811 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:10.039 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:10 smithi100 conmon[37928]: audit 2024-02-23T00:34:09.428909+0000 mgr.smithi100.rjsfuw (mgr.14180) 812 : 2024-02-23T00:34:10.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:10 smithi100 conmon[37928]: audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:10 smithi144 conmon[43533]: audit 2024-02-23T00:34:09.428909+0000 mgr.smithi100.rjsfuw (mgr.14180) 812 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:11.040 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:11.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:11 smithi100 conmon[37928]: cluster 2024-02-23T00:34:10.032124+0000 mgr.smithi100.rjsfuw (mgr.14180) 813 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:11 smithi144 conmon[43533]: cluster 2024-02-23T00:34:10.032124+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:34:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:11 smithi144 conmon[43533]: 813 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:12.942 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:12.942 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:13.515 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:13.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:13 smithi100 conmon[37928]: cluster 2024-02-23T00:34:12.032576+0000 mgr.smithi100.rjsfuw (mgr.14180) 814 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:14.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:13 smithi144 conmon[43533]: cluster 2024-02-23T00:34:12.032576+0000 mgr.smithi100.rjsfuw (mgr.14180) 814 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:14.516 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:14.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:14 smithi100 conmon[37928]: audit 2024-02-23T00:34:12.936831+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:34:14.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:14 smithi100 conmon[37928]: mgr.14180) 815 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:15.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:14 smithi144 conmon[43533]: audit 2024-02-23T00:34:12.936831+0000 mgr.smithi100.rjsfuw (mgr.14180) 815 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:15.931 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:15 smithi100 conmon[37928]: cluster 2024-02-23T00:34:14.033336+0000 mgr.smithi100.rjsfuw (mgr.14180) 816 : cluster [DBG] 2024-02-23T00:34:15.932 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:15 smithi100 conmon[37928]: pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:16.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:15 smithi144 conmon[43533]: cluster 2024-02-23T00:34:14.033336+0000 mgr.smithi100.rjsfuw (mgr.14180) 816 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:16.294 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:16.294 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:16.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:17.924 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:17.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:17 smithi100 conmon[37928]: cluster 2024-02-23T00:34:16.033874+0000 mgr.smithi100.rjsfuw (mgr.14180) 817 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:17.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:17 smithi100 conmon[37928]: audit 2024-02-23T00:34:16.288817+0000 mgr.smithi100.rjsfuw (mgr.14180) 818 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:17 smithi144 conmon[43533]: cluster 2024-02-23T00:34:16.033874+0000 mgr.smithi100.rjsfuw (mgr.14180) 817 : cluster [DBG] 2024-02-23T00:34:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:17 smithi144 conmon[43533]: pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:17 smithi144 conmon[43533]: audit 2024-02-23T00:34:16.288817+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:34:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:17 smithi144 conmon[43533]: 14180) 818 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:19.867 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:19.867 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:26:30.006217Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.gbntdb on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:19.897 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:19 smithi100 conmon[37928]: cluster 2024-02-23T00:34:18.034274+0000 mgr.smithi100.rjsfuw (mgr.14180) 819 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:20.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:19 smithi144 conmon[43533]: cluster 2024-02-23T00:34:18.034274+0000 mgr.smithi100.rjsfuw (mgr.14180) 819 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:20.555 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:21.556 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: audit 2024-02-23T00:34:19.861553+0000 mgr.smithi100.rjsfuw (mgr.14180) 820 : audit [DBG] 2024-02-23T00:34:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: cluster 2024-02-23T00:34:20.035035+0000 mgr.smithi100.rjsfuw (mgr.14180) 821 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: audit 2024-02-23T00:34:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: 2024-02- 2024-02-23T00:34:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: 23T00:34:21.535222+0000 2024-02-23T00:34:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: mon.smithi100 (mon.0) 720 : audit 2024-02-23T00:34:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:21 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.gxjzec"}]: dispatch 2024-02-23T00:34:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:21 smithi144 conmon[43533]: audit 2024-02-23T00:34:19.861553+0000 mgr.smithi100.rjsfuw (mgr.14180) 820 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:21 smithi144 conmon[43533]: cluster 2024-02-23T00:34:20.035035+0000 mgr.smithi100.rjsfuw (mgr.14180) 821 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:22.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:21 smithi144 conmon[43533]: audit 2024-02-23T00:34:21. 2024-02-23T00:34:22.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:21 smithi144 conmon[43533]: 535222+0000 mon.smithi100 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.gxjzec"}]: dispatch 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: cephadm 2024-02-23T00:34:21.534521+0000 mgr.smithi100.rjsfuw (mgr.14180) 822 : cephadm 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: cephadm 2024-02-23 2024-02-23T00:34:22.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: T00:34:21.534852+0000 mgr.smithi100.rjsfuw (mgr.14180) 823 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: cephadm 2024-02-23T00:34:21.535924+0000 mgr.smithi100.rjsfuw (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:22 smithi144 conmon[43533]: cephadm 2024-02-23T00:34:21.537710+0000 mgr.smithi100.rjsfuw (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.dhzzoi on smithi100 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: cephadm 2024-02-23T00:34:21.534521+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 822 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: cephadm 2024-02-23T00:34:21.534852+0000 mgr.smithi100.rjsfuw (mgr.14180) 823 : cephadm [INF] Removing key for client.ingres 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: s.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: cephadm 2024-02-23T00:34:21.535924+0000 mgr.smithi100.rjsfuw (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.gxjzec ... 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:32:24Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:33:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:34:22.947 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:22 smithi100 conmon[37928]: cephadm 2024-02-23T00:34:21.537710+0000 mgr.smithi100.rjsfuw (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.dhzzoi on smithi100 2024-02-23T00:34:23.554 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:23.555 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:23.946 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:23 smithi100 conmon[37928]: cluster 2024-02-23T00:34:22.035471+0000 mgr.smithi100.rjsfuw (mgr.14180) 826 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:23 smithi144 conmon[43533]: cluster 2024-02-23T00:34:22.035471+0000 mgr.smithi100.rjsfuw (mgr.14180) 826 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:24.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:24 smithi100 conmon[37928]: audit 2024-02-23T00:34:23.548605+0000 mgr.smithi100.rjsfuw (mgr.14180) 827 2024-02-23T00:34:24.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:24 smithi100 conmon[37928]: : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:25.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:24 smithi144 conmon[43533]: audit 2024-02-23T00:34:23.548605+0000 mgr.smithi100.rjsfuw (mgr.14180) 827 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:25.406 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:25 smithi100 conmon[37928]: cluster 2024-02-23T00:34:24.035961+0000 mgr.smithi100.rjsfuw (mgr.14180) 828 2024-02-23T00:34:25.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:25 smithi100 conmon[37928]: : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:25 smithi144 conmon[43533]: cluster 2024-02-23T00:34:24.035961+0000 mgr.smithi100.rjsfuw (mgr.14180) 828 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:27.213 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:27.213 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:27.834 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:27 smithi100 conmon[37928]: cluster 2024-02-23T00:34:26.036797+0000 mgr.smithi100.rjsfuw (mgr.14180) 829 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:27.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:27 smithi144 conmon[43533]: cluster 2024-02-23T00:34:26.036797+0000 mgr.smithi100.rjsfuw (mgr.14180) 829 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:28.854 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:28.888 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:28 smithi100 conmon[37928]: audit 2024-02-23T00:34:27.207800+0000 mgr.smithi100.rjsfuw (mgr.14180) 830 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:28.888 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:28 smithi100 conmon[37928]: 2024-02-23T00:34:29.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:28 smithi144 conmon[43533]: audit 2024-02-23T00:34:27.207800+0000 mgr.smithi100.rjsfuw (mgr.14180) 830 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:29.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:28 smithi144 conmon[43533]: 2024-02-23T00:34:29.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:29 smithi100 conmon[37928]: cluster 2024-02-23T00:34:28.037335+0000 mgr.smithi100.rjsfuw (mgr.14180) 831 : cluster [DBG] 2024-02-23T00:34:29.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:29 smithi100 conmon[37928]: pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:29 smithi144 conmon[43533]: cluster 2024-02-23T00:34:28.037335+0000 mgr.smithi100.rjsfuw (mgr.14180) 831 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:30.751 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:30.751 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:31.421 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:31 smithi100 conmon[37928]: cluster 2024-02-23T00:34:30.037824+0000 mgr.smithi100.rjsfuw (mgr.14180) 832 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:32.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:31 smithi144 conmon[43533]: cluster 2024-02-23T00:34:30.037824+0000 mgr.smithi100.rjsfuw (mgr.14180) 832 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:32.421 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:32.861 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:32 smithi100 conmon[37928]: audit 2024-02-23T00:34:30.744894+0000 mgr.smithi100.rjsfuw (mgr.14180) 833 : audit 2024-02-23T00:34:32.861 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:32 smithi100 conmon[37928]: [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:32.863 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:32 smithi144 conmon[43533]: audit 2024-02-23T00:34:30.744894+0000 mgr.smithi100.rjsfuw (mgr.14180) 833 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:33.879 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:33 smithi100 conmon[37928]: cluster 2024-02-23T00:34: 2024-02-23T00:34:33.879 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:33 smithi100 conmon[37928]: 32.038416+0000 mgr.smithi100.rjsfuw (mgr.14180) 834 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:33 smithi144 conmon[43533]: cluster 2024-02-23T00:34:32.038416+0000 mgr.smithi100.rjsfuw (mgr.14180) 834 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:34.254 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:34.254 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:34.944 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:35.946 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:35.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:35 smithi100 conmon[37928]: cluster 2024-02-23T00:34:34.038926+0000 mgr.smithi100.rjsfuw (mgr.14180) 835 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:35.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:35 smithi100 conmon[37928]: audit 2024-02-23T00:34:34.248317+0000 mgr.smithi100.rjsfuw (mgr.14180) 836 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:35 smithi144 conmon[43533]: cluster 2024-02-23T00:34:34.038926+0000 mgr.smithi100.rjsfuw (mgr.14180) 835 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:35 smithi144 conmon[43533]: 2024-02-23T00:34:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:35 smithi144 conmon[43533]: audit 2024-02-23T00:34:34.248317+0000 mgr.smithi100.rjsfuw (mgr.14180) 836 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:37.882 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:37.882 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:37.902 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:37 smithi100 conmon[37928]: cluster 2024-02-23T00:34:36.039590+0000 mgr.smithi100.rjsfuw (mgr.14180) 837 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:37 smithi144 conmon[43533]: cluster 2024-02-23T00:34:36.039590+0000 mgr.smithi100.rjsfuw (mgr.14180) 837 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:38.493 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:39.493 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:39.943 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:39 smithi100 conmon[37928]: audit 2024-02-23T00:34:37.875789+0000 mgr.smithi100.rjsfuw (mgr.14180) 838 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:39.943 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:39 smithi100 conmon[37928]: cluster 2024-02-23T00:34:38.040044+0000 mgr.smithi100.rjsfuw (mgr.14180) 839 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:39 smithi144 conmon[43533]: audit 2024-02-23T00:34:37.875789+0000 mgr.smithi100.rjsfuw (mgr.14180) 838 : audit 2024-02-23T00:34:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:39 smithi144 conmon[43533]: [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:39 smithi144 conmon[43533]: cluster 2024-02-23T00:34:38.040044+0000 mgr.smithi100.rjsfuw (mgr.14180) 839 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:40.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:40 smithi100 conmon[37928]: cluster 2024-02-23T00:34:40.040575+0000 mgr.smithi100.rjsfuw (mgr.14180) 840 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:41.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:40 smithi144 conmon[43533]: cluster 2024-02-23T00:34:40.040575+0000 mgr.smithi100.rjsfuw (mgr.14180) 840 : cluster 2024-02-23T00:34:41.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:40 smithi144 conmon[43533]: [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:41.391 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:41.392 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:41.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:41 smithi100 conmon[37928]: audit 2024-02-23T00:34:41.386250+0000 mgr.smithi100.rjsfuw (mgr.14180) 841 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:42.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:41 smithi144 conmon[43533]: audit 2024-02-23T00:34:41.386250+0000 mgr.smithi100.rjsfuw (mgr.14180) 841 : audit [DBG] 2024-02-23T00:34:42.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:41 smithi144 conmon[43533]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:42.043 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:42.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:42 smithi100 conmon[37928]: cluster 2024-02-23T00:34:42.041122+0000 mgr.smithi100.rjsfuw (mgr.14180) 842 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:42.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:42 smithi100 conmon[37928]: 2024-02-23T00:34:43.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:42 smithi144 conmon[43533]: cluster 2024-02-23T00:34:42.041122+0000 mgr.smithi100.rjsfuw (mgr.14180) 842 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:43.044 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:44.865 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:44.865 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:45.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:45 smithi100 conmon[37928]: cluster 2024-02-23T00:34:44.041682+0000 mgr.smithi100.rjsfuw (mgr.14180) 843 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:45 smithi144 conmon[43533]: cluster 2024-02-23T00:34:44.041682+0000 mgr.smithi100.rjsfuw (mgr.14180) 843 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:45.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:46 smithi100 conmon[37928]: audit 2024-02-23T00:34:44.860241+0000 mgr.smithi100.rjsfuw (mgr.14180) 844 : audit 2024-02-23T00:34:46.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:46 smithi100 conmon[37928]: [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:46 smithi144 conmon[43533]: audit 2024-02-23T00:34:44.860241+0000 mgr.smithi100.rjsfuw (mgr.14180) 844 : audit [DBG] 2024-02-23T00:34:46.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:46 smithi144 conmon[43533]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:46.537 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:47.426 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:47 smithi100 conmon[37928]: cluster 2024-02-23T00:34:46.042494+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:34:47.426 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:47 smithi100 conmon[37928]: ) 845 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:47 smithi144 conmon[43533]: cluster 2024-02-23T00:34:46.042494+0000 mgr.smithi100.rjsfuw (mgr.14180) 845 : cluster [DBG] 2024-02-23T00:34:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:47 smithi144 conmon[43533]: pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:48.435 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:48.435 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:49.075 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:49 smithi100 conmon[37928]: cluster 2024-02-23T00:34:48.043024+0000 mgr.smithi100.rjsfuw (mgr.14180) 846 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:49 smithi100 conmon[37928]: audit 2024-02-23T00:34:48.430453+0000 mgr.smithi100.rjsfuw (mgr.14180) 847 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:49.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:49 smithi144 conmon[43533]: cluster 2024-02-23T00:34:48.043024+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:34:49.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:49 smithi144 conmon[43533]: ) 846 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:49.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:49 smithi144 conmon[43533]: audit 2024-02-23T00:34:48.430453+0000 mgr.smithi100.rjsfuw (mgr.14180) 847 : audit 2024-02-23T00:34:49.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:49 smithi144 conmon[43533]: [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:50.076 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:51.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:51 smithi100 conmon[37928]: cluster 2024-02-23T00:34:50.043868+0000 mgr.smithi100.rjsfuw (mgr.14180) 848 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:51 smithi144 conmon[43533]: cluster 2024-02-23T00:34:50.043868+0000 mgr.smithi100.rjsfuw (mgr.14180) 848 : cluster 2024-02-23T00:34:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:51 smithi144 conmon[43533]: [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:51.904 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:51.904 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:52.541 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:53 smithi100 conmon[37928]: audit 2024-02-23T00:34:51.899385+0000 mgr.smithi100.rjsfuw (mgr.14180) 849 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:53 smithi100 conmon[37928]: cluster 2024-02-23T00:34:52.044342+0000 mgr.smithi100.rjsfuw (mgr.14180) 850 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:53 smithi144 conmon[43533]: audit 2024-02-23T00:34:51.899385+0000 mgr.smithi100.rjsfuw (mgr.14180) 849 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:53 smithi144 conmon[43533]: cluster 2024-02-23T00:34:52.044342+0000 mgr.smithi100.rjsfuw (mgr.14180) 850 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:53 smithi144 conmon[43533]: 2024-02-23T00:34:53.542 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:55.341 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:55.341 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:55 smithi100 conmon[37928]: cluster 2024-02-23T00:34:54 2024-02-23T00:34:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:55 smithi100 conmon[37928]: .044939+0000 mgr.smithi100.rjsfuw (mgr.14180) 851 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:55 smithi144 conmon[43533]: cluster 2024-02-23T00:34:54.044939+0000 mgr.smithi100.rjsfuw (mgr.14180) 851 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:56.048 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:34:56.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:56 smithi100 conmon[37928]: audit 2024-02-23T00:34:55.336747+0000 mgr.smithi100.rjsfuw (mgr.14180) 852 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:56.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:56 smithi144 conmon[43533]: audit 2024-02-23T00:34:55.336747+0000 mgr.smithi100.rjsfuw (mgr.14180) 852 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:34:57.050 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:34:57.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:57 smithi100 conmon[37928]: cluster 2024-02-23T00:34:56.045560+0000 mgr.smithi100.rjsfuw (mgr.14180) 853 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:57.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:57 smithi144 conmon[43533]: cluster 2024-02-23T00:34:56.045560+0000 mgr.smithi100.rjsfuw (mgr.14180) 853 : cluster [DBG] 2024-02-23T00:34:57.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:57 smithi144 conmon[43533]: pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:58.909 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:34:58.910 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:34:59.202 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:34:59 smithi100 conmon[37928]: cluster 2024-02-23T00:34:58.045876+0000 mgr.smithi100.rjsfuw (mgr.14180) 854 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:34:59 smithi144 conmon[43533]: cluster 2024-02-23T00:34:58.045876+0000 mgr.smithi100.rjsfuw (mgr.14180) 854 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:34:59.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:00.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:00 smithi100 conmon[37928]: audit 2024-02-23T00:34:58.904626+0000 mgr.smithi100.rjsfuw (mgr.14180) 855 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:00.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:00 smithi144 conmon[43533]: audit 2024-02-23T00:34:58.904626+0000 mgr.smithi100.rjsfuw (mgr.14180) 855 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:00.558 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:01.366 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:01 smithi100 conmon[37928]: cluster 2024-02-23T00:35:00. 2024-02-23T00:35:01.366 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:01 smithi100 conmon[37928]: 046603+0000 mgr.smithi100.rjsfuw (mgr.14180) 856 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:01.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:01 smithi144 conmon[43533]: cluster 2024-02-23T00:35:00.046603+0000 mgr.smithi100.rjsfuw (mgr.14180) 856 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:01.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:01 smithi144 conmon[43533]: 2024-02-23T00:35:02.398 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:02.398 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:03.074 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:03.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:03 smithi100 conmon[37928]: cluster 2024-02-23T00:35:02.047099+0000 mgr.smithi100.rjsfuw (mgr.14180) 857 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:03.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:03 smithi100 conmon[37928]: audit 2024-02-23T00:35:02.393082+0000 mgr.smithi100.rjsfuw (mgr.14180) 858 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:03 smithi144 conmon[43533]: cluster 2024-02-23T00:35:02.047099+0000 mgr.smithi100.rjsfuw (mgr.14180) 857 : cluster 2024-02-23T00:35:03.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:03 smithi144 conmon[43533]: [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:03.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:03 smithi144 conmon[43533]: audit 2024-02-23T00:35:02.393082 2024-02-23T00:35:03.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:03 smithi144 conmon[43533]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 858 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:04.075 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:05.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:05 smithi100 conmon[37928]: cluster 2024-02-23T00:35:04.047581+0000 mgr.smithi100.rjsfuw (mgr.14180) 859 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:05 smithi144 conmon[43533]: cluster 2024-02-23T00:35:04.047581+0000 mgr.smithi100.rjsfuw (mgr.14180) 859 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:05.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:05 smithi144 conmon[43533]: 2024-02-23T00:35:05.926 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:05.926 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:06.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:07.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:07 smithi100 conmon[37928]: audit 2024-02-23T00:35:05.921490+0000 mgr.smithi100.rjsfuw (mgr.14180) 860 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:07.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:07 smithi100 conmon[37928]: cluster 2024-02-23T00:35:06.048286+0000 mgr.smithi100.rjsfuw (mgr.14180) 861 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:07 smithi144 conmon[43533]: audit 2024-02-23T00:35:05.921490+0000 mgr.smithi100.rjsfuw (mgr.14180) 860 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:07.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:07 smithi144 conmon[43533]: cluster 2024-02-23T00:35:06.048286+0000 mgr.smithi100.rjsfuw (mgr.14180) 861 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:07.599 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:09.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:09 smithi100 conmon[37928]: cluster 2024-02-23T00:35:08.048612+0000 mgr.smithi100.rjsfuw (mgr.14180) 862 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:09.464 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:09.464 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:09 smithi144 conmon[43533]: cluster 2024-02-23T00:35:08.048612+0000 mgr.smithi100.rjsfuw (mgr.14180) 862 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:09.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:09 smithi144 conmon[43533]: 2024-02-23T00:35:10.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:10 smithi100 conmon[37928]: audit 2024-02-23T00:35:09.460157+0000 mgr.smithi100.rjsfuw (mgr.14180) 863 : 2024-02-23T00:35:10.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:10 smithi100 conmon[37928]: audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:10.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:10 smithi144 conmon[43533]: audit 2024-02-23T00:35:09.460157+0000 mgr.smithi100.rjsfuw (mgr.14180) 863 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:11.108 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:11 smithi100 conmon[37928]: cluster 2024-02-23T00:35:10.049223+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:35:11.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:11 smithi100 conmon[37928]: .14180) 864 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:11 smithi144 conmon[43533]: cluster 2024-02-23T00:35:10.049223+0000 mgr.smithi100.rjsfuw (mgr.14180) 864 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:11.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:11 smithi144 conmon[43533]: 2024-02-23T00:35:12.924 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:12.924 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:13.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:13 smithi100 conmon[37928]: cluster 2024-02-23T00:35:12.049696+0000 mgr.smithi100.rjsfuw (mgr.14180) 865 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:13.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:13 smithi144 conmon[43533]: cluster 2024-02-23T00:35:12.049696+0000 mgr.smithi100.rjsfuw (mgr.14180) 865 : cluster [DBG] 2024-02-23T00:35:13.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:13 smithi144 conmon[43533]: pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:13.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:14.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:14 smithi100 conmon[37928]: audit 2024-02-23T00:35:12.919448+0000 mgr.smithi100.rjsfuw (mgr.14180) 866 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:14.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:14 smithi144 conmon[43533]: audit 2024-02-23T00:35:12.919448+0000 mgr.smithi100.rjsfuw (mgr.14180) 866 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:14.573 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:15.380 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:15 smithi100 conmon[37928]: cluster 2024-02-23T00:35:14.050271+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:35:15.380 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:15 smithi100 conmon[37928]: .14180) 867 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:15.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:15 smithi144 conmon[43533]: cluster 2024-02-23T00:35:14.050271+0000 mgr.smithi100.rjsfuw (mgr.14180) 867 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:16.452 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:16.452 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:17.106 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:17.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:17 smithi100 conmon[37928]: cluster 2024-02-23T00:35:16.050817+0000 mgr.smithi100.rjsfuw (mgr.14180) 868 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:17.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:17 smithi100 conmon[37928]: audit 2024-02-23T00:35:16.446989+0000 mgr.smithi100.rjsfuw (mgr.14180) 869 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:17.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:17 smithi144 conmon[43533]: cluster 2024-02-23T00:35:16.050817+0000 mgr.smithi100.rjsfuw (mgr.14180) 868 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:17.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:17 smithi144 conmon[43533]: audit 2024-02-23T00:35:16.446989+0000 mgr.smithi100.rjsfuw (mgr.14180) 869 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:18.107 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:19.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:19 smithi100 conmon[37928]: cluster 2024-02-23T00:35:18.051378+0000 mgr.smithi100.rjsfuw (mgr.14180) 870 : 2024-02-23T00:35:19.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:19 smithi100 conmon[37928]: cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:19.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:19 smithi144 conmon[43533]: cluster 2024-02-23T00:35:18.051378+0000 mgr.smithi100.rjsfuw (mgr.14180) 870 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:19.926 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:19.926 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:20.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:21.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:21 smithi100 conmon[37928]: audit 2024-02-23T00:35:19.920977+0000 mgr.smithi100.rjsfuw (mgr.14180) 871 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:21.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:21 smithi100 conmon[37928]: cluster 2024-02-23T00:35:20.052166+0000 mgr.smithi100.rjsfuw (mgr.14180) 872 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:21 smithi144 conmon[43533]: audit 2024-02-23T00:35:19.920977+0000 mgr.smithi100.rjsfuw (mgr.14180) 871 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:21.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:21 smithi144 conmon[43533]: cluster 2024-02-23T00:35:20.052166+0000 mgr.smithi100.rjsfuw (mgr.14180) 872 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:21.604 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:23.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:23 smithi100 conmon[37928]: cluster 2024-02-23T00:35:22.052635+0000 mgr.smithi100.rjsfuw (mgr.14180) 873 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:23.488 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:23.489 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:23.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:23 smithi144 conmon[43533]: cluster 2024-02-23T00:35:22.052635+0000 mgr.smithi100.rjsfuw (mgr.14180) 873 : cluster [DBG] 2024-02-23T00:35:23.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:23 smithi144 conmon[43533]: pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:24.186 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:24.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:24 smithi100 conmon[37928]: audit 2024-02-23T00:35:23.483480+0000 mgr.smithi100.rjsfuw (mgr.14180) 874 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:24.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:24 smithi144 conmon[43533]: audit 2024-02-23T00:35:23.483480+0000 mgr.smithi100.rjsfuw (mgr.14180) 874 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:25.188 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:25.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:25 smithi100 conmon[37928]: cluster 2024-02-23T00:35:24.053051+0000 mgr.smithi100.rjsfuw (mgr.14180) 875 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:25.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:25 smithi144 conmon[43533]: cluster 2024-02-23T00:35:24.053051+0000 mgr.smithi100.rjsfuw (mgr.14180) 875 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:27.075 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:27.075 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:27.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:27 smithi100 conmon[37928]: cluster 2024-02-23T00:35:26.053548+0000 mgr.smithi100.rjsfuw (mgr.14180) 876 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:27.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:27 smithi144 conmon[43533]: cluster 2024-02-23T00:35:26.053548+0000 mgr.smithi100.rjsfuw (mgr.14180) 876 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:27.717 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:28.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:28 smithi144 conmon[43533]: audit 2024-02-23T00:35:27.069892+0000 mgr.smithi100.rjsfuw (mgr.14180) 877 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:28 smithi100 conmon[37928]: audit 2024-02-23T00:35:27.069892+0000 mgr.smithi100.rjsfuw (mgr.14180) 877 : 2024-02-23T00:35:28.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:28 smithi100 conmon[37928]: audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:28.718 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:29 smithi100 conmon[37928]: cluster 2024-02-23T00:35:28.053979+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:35:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:29 smithi100 conmon[37928]: 878 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:29 smithi144 conmon[43533]: cluster 2024-02-23T00:35:28.053979+0000 mgr.smithi100.rjsfuw (mgr.14180) 878 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:30.542 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:30.542 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:31.183 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:31 smithi100 conmon[37928]: cluster 2024-02-23T00:35:30.054679+0000 mgr.smithi100.rjsfuw (mgr.14180) 879 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:31 smithi100 conmon[37928]: audit 2024-02-23T00:35:30.536065+0000 mgr.smithi100.rjsfuw (mgr.14180) 880 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:31 smithi144 conmon[43533]: cluster 2024-02-23T00:35:30.054679+0000 mgr.smithi100.rjsfuw (mgr.14180) 879 : cluster [DBG] 2024-02-23T00:35:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:31 smithi144 conmon[43533]: pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:31.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:31 smithi144 conmon[43533]: audit 2024-02-23T00:35:30.536065+0000 mgr.smithi100.rjsfuw (mgr.14180) 880 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:32.184 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:33 smithi100 conmon[37928]: cluster 2024-02-23T00:35:32.055225+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:35:33.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:33 smithi100 conmon[37928]: .14180) 881 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:33 smithi144 conmon[43533]: cluster 2024-02-23T00:35:32.055225+0000 mgr.smithi100.rjsfuw (mgr.14180) 881 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:34.158 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:34.158 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:34.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:35 smithi144 conmon[43533]: cluster 2024-02-23T00:35:34.055629+0000 mgr.smithi100.rjsfuw (mgr.14180) 882 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:35 smithi144 conmon[43533]: audit 2024-02-23T00:35:34.153050+0000 mgr.smithi100.rjsfuw (mgr.14180) 883 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:35 smithi100 conmon[37928]: cluster 2024-02-23T00:35:34.055629+0000 mgr.smithi100.rjsfuw (mgr.14180) 882 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:35 smithi100 conmon[37928]: audit 2024-02-23T00:35:34.153050+0000 mgr.smithi100.rjsfuw (mgr.14180) 883 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:35.819 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:37.290 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:37 smithi100 conmon[37928]: cluster 2024-02-23T00:35:36.056198+0000 mgr.smithi100.rjsfuw (mgr.14180) 884 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:37 smithi144 conmon[43533]: cluster 2024-02-23T00:35:36.056198+0000 mgr.smithi100.rjsfuw (mgr.14180) 884 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:37.628 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:37.628 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:38.316 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:39.316 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:39 smithi144 conmon[43533]: audit 2024-02-23T00:35:37.622667+0000 mgr.smithi100.rjsfuw (mgr.14180) 885 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:39.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:39 smithi144 conmon[43533]: cluster 2024-02-23T00:35:38.056567+0000 mgr.smithi100.rjsfuw (mgr.14180) 886 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:39 smithi100 conmon[37928]: audit 2024-02-23T00:35:37.622667+0000 mgr.smithi100.rjsfuw (mgr.14180) 885 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:39 smithi100 conmon[37928]: cluster 2024-02-23T00:35:38.056567+0000 mgr.smithi100.rjsfuw (mgr.14180) 886 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:41.195 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:41.195 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:41 smithi144 conmon[43533]: cluster 2024-02-23T00:35:40.057265+0000 mgr.smithi100.rjsfuw (mgr.14180) 887 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:41.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:41 smithi100 conmon[37928]: cluster 2024-02-23T00:35:40.057265+0000 mgr.smithi100.rjsfuw (mgr.14180) 887 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:41.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:42.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:42 smithi144 conmon[43533]: audit 2024-02-23T00:35:41.189583+0000 mgr.smithi100.rjsfuw (mgr.14180) 888 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:42.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:42 smithi100 conmon[37928]: audit 2024-02-23T00:35:41.189583+0000 mgr.smithi100.rjsfuw (mgr.14180) 888 : audit [DBG] 2024-02-23T00:35:42.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:42 smithi100 conmon[37928]: from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:42.851 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:43 smithi144 conmon[43533]: cluster 2024-02-23T00:35:42.057764+0000 mgr.smithi100.rjsfuw (mgr.14180) 889 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:43 smithi144 conmon[43533]: 2024-02-23T00:35:43.600 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:43 smithi100 conmon[37928]: cluster 2024-02-23T00:35:42.057764+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:35:43.600 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:43 smithi100 conmon[37928]: ) 889 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:44.586 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:44.586 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:45.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:45.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:45 smithi100 conmon[37928]: cluster 2024-02-23T00:35:44.058204+0000 mgr.smithi100.rjsfuw (mgr.14180) 890 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:45.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:45 smithi100 conmon[37928]: audit 2024-02-23T00:35:44.581061+0000 mgr.smithi100.rjsfuw (mgr.14180) 891 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:46.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:45 smithi144 conmon[43533]: cluster 2024-02-23T00:35:44.058204+0000 mgr.smithi100.rjsfuw (mgr.14180) 890 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:46.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:45 smithi144 conmon[43533]: audit 2024-02-23T00:35:44.581061+0000 mgr.smithi100.rjsfuw (mgr.14180) 891 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:46.195 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:47.717 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:47 smithi100 conmon[37928]: cluster 2024-02-23T00:35:46.058785+0000 mgr.smithi100.rjsfuw (mgr.14180) 892 : cluster 2024-02-23T00:35:47.717 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:47 smithi100 conmon[37928]: [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:48.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:47 smithi144 conmon[43533]: cluster 2024-02-23T00:35:46.058785+0000 mgr.smithi100.rjsfuw (mgr.14180) 892 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:48.093 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:48.093 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:48.791 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:49.793 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:49.826 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:49 smithi100 conmon[37928]: cluster 2024-02-23T00:35:48.059135+0000 mgr.smithi100.rjsfuw (mgr.14180) 893 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:49.826 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:49 smithi100 conmon[37928]: audit 2024-02-23T00:35:48.087928+0000 mgr.smithi100.rjsfuw (mgr.14180) 894 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:49 smithi144 conmon[43533]: cluster 2024-02-23T00:35:48.059135+0000 mgr.smithi100.rjsfuw (mgr.14180) 893 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:49 smithi144 conmon[43533]: audit 2024-02-23T00:35:48.087928+0000 mgr.smithi100.rjsfuw (mgr.14180) 894 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:51.697 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:51.698 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:51.849 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:51 smithi100 conmon[37928]: cluster 2024-02-23T00:35:50.059757+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:35:51.849 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:51 smithi100 conmon[37928]: ) 895 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:52.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:51 smithi144 conmon[43533]: cluster 2024-02-23T00:35:50.059757+0000 mgr.smithi100.rjsfuw (mgr.14180) 895 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:52.298 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:53.299 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:53.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:53 smithi100 conmon[37928]: audit 2024-02-23T00:35:51.688320+0000 mgr.smithi100.rjsfuw (mgr.14180) 896 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:53.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:53 smithi100 conmon[37928]: cluster 2024-02-23T00:35:52.060209+0000 mgr.smithi100.rjsfuw (mgr.14180) 897 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:54.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:53 smithi144 conmon[43533]: audit 2024-02-23T00:35:51.688320+0000 mgr.smithi100.rjsfuw (mgr.14180) 896 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:54.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:53 smithi144 conmon[43533]: cluster 2024-02-23T00:35:52.060209+0000 mgr.smithi100.rjsfuw (mgr.14180) 897 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:55.157 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:55.158 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:55.782 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:55 smithi100 conmon[37928]: cluster 2024-02-23T00:35:54.060786+0000 mgr.smithi100.rjsfuw (mgr.14180) 898 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:55 smithi144 conmon[43533]: cluster 2024-02-23T00:35:54.060786+0000 mgr.smithi100.rjsfuw (mgr.14180) 898 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:56.783 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:35:56.815 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:56 smithi100 conmon[37928]: audit 2024-02-23T00:35:55.153016+0000 mgr.smithi100.rjsfuw (mgr.14180) 899 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:56 smithi144 conmon[43533]: audit 2024-02-23T00:35:55.153016+0000 mgr.smithi100.rjsfuw (mgr.14180) 899 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:35:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:56 smithi144 conmon[43533]: 2024-02-23T00:35:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:57 smithi100 conmon[37928]: cluster 2024-02-23T00:35:56.061405+0000 2024-02-23T00:35:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:57 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 900 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:58.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:57 smithi144 conmon[43533]: cluster 2024-02-23T00:35:56.061405+0000 mgr.smithi100.rjsfuw (mgr.14180) 900 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:35:58.631 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:35:58.631 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:35:59.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:35:59.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:35:59 smithi100 conmon[37928]: cluster 2024-02-23T00:35:58.061909+0000 mgr.smithi100.rjsfuw (mgr.14180) 901 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:00.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:35:59 smithi144 conmon[43533]: cluster 2024-02-23T00:35:58.061909+0000 mgr.smithi100.rjsfuw (mgr.14180) 901 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:00.333 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:00.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:00 smithi100 conmon[37928]: audit 2024-02-23T00:35:58.626496+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:36:00.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:00 smithi100 conmon[37928]: ) 902 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:01.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:00 smithi144 conmon[43533]: audit 2024-02-23T00:35:58.626496+0000 mgr.smithi100.rjsfuw (mgr.14180) 902 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:01.823 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:01 smithi100 conmon[37928]: cluster 2024-02-23T00:36:00.062622+0000 mgr.smithi100.rjsfuw (mgr.14180) 903 : 2024-02-23T00:36:01.823 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:01 smithi100 conmon[37928]: cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:01 smithi144 conmon[43533]: cluster 2024-02-23T00:36:00.062622+0000 mgr.smithi100.rjsfuw (mgr.14180) 903 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:02.171 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:02.171 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:02.804 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:03.805 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:03.838 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:03 smithi100 conmon[37928]: cluster 2024-02-23T00:36:02.063055+0000 mgr.smithi100.rjsfuw (mgr.14180) 904 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:03.838 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:03 smithi100 conmon[37928]: audit 2024-02-23T00:36:02.166476+0000 mgr.smithi100.rjsfuw (mgr.14180) 905 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:03 smithi144 conmon[43533]: cluster 2024-02-23T00:36:02.063055+0000 mgr.smithi100.rjsfuw (mgr.14180) 904 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:03 smithi144 conmon[43533]: audit 2024-02-23T00:36:02.166476+0000 mgr.smithi100.rjsfuw (mgr.14180) 905 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:05.660 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:05.660 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:05.863 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:05 smithi100 conmon[37928]: cluster 2024-02-23T00:36:04.063450+0000 mgr.smithi100.rjsfuw (mgr.14180) 906 : 2024-02-23T00:36:05.864 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:05 smithi100 conmon[37928]: cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:06.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:05 smithi144 conmon[43533]: cluster 2024-02-23T00:36:04.063450+0000 mgr.smithi100.rjsfuw (mgr.14180) 906 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:06.287 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:07.288 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:07.874 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:07 smithi100 conmon[37928]: audit 2024-02-23T00:36:05.655503+0000 mgr.smithi100.rjsfuw (mgr.14180) 907 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:07.874 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:07 smithi100 conmon[37928]: cluster 2024-02-23T00:36:06.064028+0000 mgr.smithi100.rjsfuw (mgr.14180) 908 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:08.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:07 smithi144 conmon[43533]: audit 2024-02-23T00:36:05.655503+0000 mgr.smithi100.rjsfuw (mgr.14180) 907 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:08.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:07 smithi144 conmon[43533]: cluster 2024-02-23T00:36:06.064028+0000 mgr.smithi100.rjsfuw (mgr.14180) 908 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:09.102 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:09.103 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:09.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:09.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:09 smithi100 conmon[37928]: cluster 2024-02-23T00:36:08.064520+0000 mgr.smithi100.rjsfuw (mgr.14180) 909 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:10.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:09 smithi144 conmon[43533]: cluster 2024-02-23T00:36:08.064520+0000 mgr.smithi100.rjsfuw (mgr.14180) 909 : cluster 2024-02-23T00:36:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:09 smithi144 conmon[43533]: [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:10.704 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:10.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:10 smithi100 conmon[37928]: audit 2024-02-23T00:36:09.097435+0000 mgr.smithi100.rjsfuw (mgr.14180) 910 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:10 smithi144 conmon[43533]: audit 2024-02-23T00:36:09.097435+0000 mgr.smithi100.rjsfuw (mgr.14180) 910 : audit [DBG] 2024-02-23T00:36:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:10 smithi144 conmon[43533]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:11.925 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:11 smithi100 conmon[37928]: cluster 2024-02-23T00:36:10.065145+0000 mgr.smithi100.rjsfuw (mgr.14180) 911 : cluster 2024-02-23T00:36:11.925 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:11 smithi100 conmon[37928]: [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:11 smithi144 conmon[43533]: cluster 2024-02-23T00:36:10.065145+0000 mgr.smithi100.rjsfuw (mgr.14180) 911 : cluster [DBG] 2024-02-23T00:36:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:11 smithi144 conmon[43533]: pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:12.525 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:12.525 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:13.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:13 smithi100 conmon[37928]: cluster 2024-02-23T00:36:12.065529+0000 mgr.smithi100.rjsfuw (mgr.14180) 912 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:13 smithi100 conmon[37928]: audit 2024-02-23T00:36:12.520505+0000 mgr.smithi100.rjsfuw (mgr.14180) 913 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:14.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:13 smithi144 conmon[43533]: cluster 2024-02-23T00:36:12.065529+0000 mgr.smithi100.rjsfuw (mgr.14180) 912 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:13 smithi144 conmon[43533]: audit 2024-02-23T00:36:12.520505+0000 mgr.smithi100.rjsfuw (mgr.14180) 913 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:14.228 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:15.721 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:15 smithi100 conmon[37928]: cluster 2024-02-23T00:36:14.066200+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:36:15.721 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:15 smithi100 conmon[37928]: 914 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:15 smithi144 conmon[43533]: cluster 2024-02-23T00:36:14.066200+0000 mgr.smithi100.rjsfuw (mgr.14180) 914 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:16.089 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:16.090 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:16.694 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:17.696 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:17.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:17 smithi100 conmon[37928]: cluster 2024-02-23T00:36:16.066801+0000 mgr.smithi100.rjsfuw (mgr.14180) 915 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:17.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:17 smithi100 conmon[37928]: audit 2024-02-23T00:36:16.084854+0000 mgr.smithi100.rjsfuw (mgr.14180) 916 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:17 smithi144 conmon[43533]: cluster 2024-02-23T00:36:16.066801+0000 mgr.smithi100.rjsfuw (mgr.14180) 915 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:17 smithi144 conmon[43533]: audit 2024-02-23T00:36:16.084854+0000 mgr.smithi100.rjsfuw (mgr.14180) 916 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:19.533 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:19.533 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:19 smithi100 conmon[37928]: cluster 2024-02-23T00:36:18.067157+0000 mgr.smithi100.rjsfuw (mgr.14180) 917 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:20.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:19 smithi144 conmon[43533]: cluster 2024-02-23T00:36:18.067157+0000 mgr.smithi100.rjsfuw (mgr.14180) 917 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:20.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:20.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:20 smithi100 conmon[37928]: audit 2024-02-23T00:36:19.527414+0000 mgr.smithi100.rjsfuw (mgr.14180) 918 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:21.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:20 smithi144 conmon[43533]: audit 2024-02-23T00:36:19.527414+0000 mgr.smithi100.rjsfuw (mgr.14180) 918 : audit [DBG] 2024-02-23T00:36:21.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:20 smithi144 conmon[43533]: from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:21.202 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:21 smithi100 conmon[37928]: cluster 2024-02-23T00:36:20.067751+0000 mgr.smithi100.rjsfuw (mgr.14180) 919 : cluster 2024-02-23T00:36:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:21 smithi100 conmon[37928]: [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:21 smithi144 conmon[43533]: cluster 2024-02-23T00:36:20.067751+0000 mgr.smithi100.rjsfuw (mgr.14180) 919 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:21 smithi144 conmon[43533]: 2024-02-23T00:36:23.045 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:23.046 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:23.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:23.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:23 smithi100 conmon[37928]: cluster 2024-02-23T00:36:22.068262+0000 mgr.smithi100.rjsfuw (mgr.14180) 920 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:23 smithi144 conmon[43533]: cluster 2024-02-23T00:36:22.068262+0000 mgr.smithi100.rjsfuw (mgr.14180) 920 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:23 smithi144 conmon[43533]: 2024-02-23T00:36:24.671 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:24.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:24 smithi100 conmon[37928]: audit 2024-02-23T00:36:23.040365+0000 mgr.smithi100.rjsfuw (mgr.14180) 921 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:25.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:24 smithi144 conmon[43533]: audit 2024-02-23T00:36:23.040365+0000 mgr.smithi100.rjsfuw (mgr.14180) 921 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:25.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:24 smithi144 conmon[43533]: 2024-02-23T00:36:25.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:25 smithi100 conmon[37928]: cluster 2024-02-23T00:36:24.068711+0000 mgr.smithi100.rjsfuw (mgr.14180) 922 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:25 smithi144 conmon[43533]: cluster 2024-02-23T00:36:24.068711+0000 mgr.smithi100.rjsfuw (mgr.14180) 922 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:26.459 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:26.459 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:26 smithi100 conmon[37928]: cluster 2024-02-23T00:36:26.069375+0000 mgr.smithi100.rjsfuw (mgr.14180) 923 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:26.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:26 smithi100 conmon[37928]: audit 2024-02-23T00:36:26.453516+0000 mgr.smithi100.rjsfuw (mgr.14180) 924 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:26 smithi144 conmon[43533]: cluster 2024-02-23T00:36:26.069375+0000 mgr.smithi100.rjsfuw (mgr.14180) 923 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:26 smithi144 conmon[43533]: audit 2024-02-23T00:36:26.453516+0000 mgr.smithi100.rjsfuw (mgr.14180) 924 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:27.101 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:28.102 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:29.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:29 smithi100 conmon[37928]: cluster 2024-02-23T00:36:28.069761+0000 mgr.smithi100.rjsfuw (mgr.14180) 925 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:29.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:29 smithi144 conmon[43533]: cluster 2024-02-23T00:36:28.069761+0000 mgr.smithi100.rjsfuw (mgr.14180) 925 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:29.935 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:29.935 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:30.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:31 smithi100 conmon[37928]: audit 2024-02-23T00:36:29.929887+0000 mgr.smithi100.rjsfuw (mgr.14180) 926 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:31.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:31 smithi100 conmon[37928]: cluster 2024-02-23T00:36:30.070513+0000 mgr.smithi100.rjsfuw (mgr.14180) 927 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:31 smithi144 conmon[43533]: audit 2024-02-23T00:36:29.929887+0000 mgr.smithi100.rjsfuw (mgr.14180) 926 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:31.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:31 smithi144 conmon[43533]: cluster 2024-02-23T00:36:30.070513+0000 mgr.smithi100.rjsfuw (mgr.14180) 927 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:31.650 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:33.192 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:33 smithi100 conmon[37928]: cluster 2024-02-23T00:36:32.070927+0000 mgr.smithi100.rjsfuw (mgr.14180) 928 : cluster [DBG] 2024-02-23T00:36:33.192 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:33 smithi100 conmon[37928]: pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:33.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:33 smithi144 conmon[43533]: cluster 2024-02-23T00:36:32.070927+0000 mgr.smithi100.rjsfuw (mgr.14180) 928 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:33.574 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:33.575 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:34.174 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:34.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:34 smithi100 conmon[37928]: audit 2024-02-23T00:36:33.569634+0000 mgr.smithi100.rjsfuw (mgr.14180) 929 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:34.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:34 smithi144 conmon[43533]: audit 2024-02-23T00:36:33.569634+0000 mgr.smithi100.rjsfuw (mgr.14180) 929 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:35.175 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:35.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:35 smithi100 conmon[37928]: cluster 2024-02-23T00:36:34.071422+0000 mgr.smithi100.rjsfuw (mgr.14180) 930 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:35.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:35 smithi144 conmon[43533]: cluster 2024-02-23T00:36:34.071422+0000 mgr.smithi100.rjsfuw (mgr.14180) 930 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:36.994 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:36.994 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:37.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:37 smithi100 conmon[37928]: cluster 2024-02-23T00:36:36.072274+0000 mgr.smithi100.rjsfuw (mgr.14180) 931 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:37 smithi144 conmon[43533]: cluster 2024-02-23T00:36:36.072274+0000 mgr.smithi100.rjsfuw (mgr.14180) 931 : cluster [DBG] 2024-02-23T00:36:37.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:37 smithi144 conmon[43533]: pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:37.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:38.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:38 smithi100 conmon[37928]: audit 2024-02-23T00:36:36.989371+0000 mgr.smithi100.rjsfuw (mgr.14180) 932 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:38.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:38 smithi144 conmon[43533]: audit 2024-02-23T00:36:36.989371+0000 mgr.smithi100.rjsfuw (mgr.14180) 932 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:38.659 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:39.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:39 smithi100 conmon[37928]: cluster 2024-02-23T00:36:38.072660+0000 mgr.smithi100.rjsfuw (mgr.14180) 933 : cluster 2024-02-23T00:36:39.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:39 smithi100 conmon[37928]: [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:39.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:39 smithi144 conmon[43533]: cluster 2024-02-23T00:36:38.072660+0000 mgr.smithi100.rjsfuw (mgr.14180) 933 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:40.586 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:40.586 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:41.215 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:41 smithi100 conmon[37928]: cluster 2024-02-23T00:36:40.073222+0000 mgr.smithi100.rjsfuw (mgr.14180) 934 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:41.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:41 smithi100 conmon[37928]: audit 2024-02-23T00:36:40.580546+0000 mgr.smithi100.rjsfuw (mgr.14180) 935 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:41.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:41 smithi144 conmon[43533]: cluster 2024-02-23T00:36:40.073222+0000 mgr.smithi100.rjsfuw (mgr.14180) 934 : cluster [DBG] 2024-02-23T00:36:41.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:41 smithi144 conmon[43533]: pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:41.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:41 smithi144 conmon[43533]: audit 2024-02-23T00:36:40.580546+0000 mgr.smithi100.rjsfuw (mgr.14180) 935 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:42.216 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:43 smithi100 conmon[37928]: cluster 2024-02-23T00:36:42.073759+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:36:43.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:43 smithi100 conmon[37928]: 936 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:43.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:43 smithi144 conmon[43533]: cluster 2024-02-23T00:36:42.073759+0000 mgr.smithi100.rjsfuw (mgr.14180) 936 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:44.100 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:44.100 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:44.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:45.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:45 smithi100 conmon[37928]: cluster 2024-02-23T00:36:44.074198+0000 mgr.smithi100.rjsfuw (mgr.14180) 937 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:45.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:45 smithi100 conmon[37928]: audit 2024-02-23T00:36:44.095167+0000 mgr.smithi100.rjsfuw (mgr.14180) 938 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:45.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:45 smithi144 conmon[43533]: cluster 2024-02-23T00:36:44.074198+0000 mgr.smithi100.rjsfuw (mgr.14180) 937 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:45.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:45 smithi144 conmon[43533]: audit 2024-02-23T00:36:44.095167+0000 mgr.smithi100.rjsfuw (mgr.14180) 938 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:45.807 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:47.333 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:47 smithi100 conmon[37928]: cluster 2024-02-23T00:36:46.074747+0000 mgr.smithi100.rjsfuw (mgr.14180) 939 : cluster 2024-02-23T00:36:47.333 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:47 smithi100 conmon[37928]: [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:47.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:47 smithi144 conmon[43533]: cluster 2024-02-23T00:36:46.074747+0000 mgr.smithi100.rjsfuw (mgr.14180) 939 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:47.689 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:47.689 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:48.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:49.322 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:49 smithi100 conmon[37928]: audit 2024-02-23T00:36:47.683844+0000 mgr.smithi100.rjsfuw (mgr.14180) 940 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:49.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:49 smithi100 conmon[37928]: cluster 2024-02-23T00:36:48.075264+0000 mgr.smithi100.rjsfuw (mgr.14180) 941 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:49 smithi144 conmon[43533]: audit 2024-02-23T00:36:47.683844+0000 mgr.smithi100.rjsfuw (mgr.14180) 940 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:49.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:49 smithi144 conmon[43533]: cluster 2024-02-23T00:36:48.075264+0000 mgr.smithi100.rjsfuw (mgr.14180) 941 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:51.081 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:51.081 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:51.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:51 smithi100 conmon[37928]: cluster 2024-02-23T00:36:50.075891+0000 mgr.smithi100.rjsfuw (mgr.14180) 942 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:51.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:51 smithi144 conmon[43533]: cluster 2024-02-23T00:36:50.075891+0000 mgr.smithi100.rjsfuw (mgr.14180) 942 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:51.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:51 smithi144 conmon[43533]: 2024-02-23T00:36:51.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:52.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:52 smithi100 conmon[37928]: audit 2024-02-23T00:36:51.076065+0000 mgr.smithi100.rjsfuw (mgr.14180) 943 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:52.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:52 smithi100 conmon[37928]: 2024-02-23T00:36:52.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:52 smithi144 conmon[43533]: audit 2024-02-23T00:36:51.076065+0000 mgr.smithi100.rjsfuw (mgr.14180) 943 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:52.706 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:53 smithi100 conmon[37928]: cluster 2024-02-23T00:36:52.076394+0000 mgr.smithi100.rjsfuw (mgr.14180) 944 : 2024-02-23T00:36:53.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:53 smithi100 conmon[37928]: cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:53.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:53 smithi144 conmon[43533]: cluster 2024-02-23T00:36:52.076394+0000 mgr.smithi100.rjsfuw (mgr.14180) 944 : cluster [DBG] 2024-02-23T00:36:53.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:53 smithi144 conmon[43533]: pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:54.597 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:54.597 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:29:09.392393Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.lqoxta on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-lqoxta\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.lqoxta\nDeploy daemon haproxy.rgw.foo.smithi144.lqoxta ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:27:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:27:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:28:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.723601Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.uioamj on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-uioamj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.uioamj\nDeploy daemon haproxy.rgw.foo.smithi100.uioamj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:29:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:30:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:31:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:31:42.724838Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.awqidu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:55.245 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: cluster 2024-02-23T00:36:54.077049+0000 mgr.smithi100.rjsfuw (mgr.14180) 945 : 2024-02-23T00:36:55.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: audit 2024-02-23T00:36:54.591494+0000 mgr.smithi100.rjsfuw (mgr.14180) 946 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: audit 2024- 2024-02-23T00:36:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: 02-23T00:36:54.784128+0000 2024-02-23T00:36:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: mon.smithi100 (mon.0) 721 : audit 2024-02-23T00:36:55.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:55 smithi100 conmon[37928]: [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.dhzzoi"}]: dispatch 2024-02-23T00:36:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:55 smithi144 conmon[43533]: cluster 2024-02-23T00:36:54.077049+0000 mgr.smithi100.rjsfuw (mgr.14180) 945 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:55 smithi144 conmon[43533]: 2024-02-23T00:36:55.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:55 smithi144 conmon[43533]: audit 2024-02-23T00:36:54.591494+0000 mgr.smithi100.rjsfuw (mgr.14180) 946 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:55.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:55 smithi144 conmon[43533]: audit 2024-02-23T00:36:54.784128+0000 mon.smithi100 ( 2024-02-23T00:36:55.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:55 smithi144 conmon[43533]: mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.dhzzoi"}]: dispatch 2024-02-23T00:36:56.246 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cephadm 2024-02-23T00:36:54.783666+0000 mgr.smithi100.rjsfuw (mgr.14180) 947 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.454 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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-ra 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: te-limit 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cephadm 2024-02-23T00:36:54.783822+0000 mgr.smithi100.rjsfuw (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cephadm 2024-02-23T00:36:54.784661+0000 mgr.smithi100.rjsfuw (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.455 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.456 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cephadm 2024-02-23T00:36:54.785787+0000 mgr.smithi100.rjsfuw (mgr.14180) 950 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:36:56.457 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cephadm 2024-02-23T00:36:54.786744+0000 mgr.smithi100.rjsfuw (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:36:56.457 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cluster 2024-02-23T00:36:54.787585+0000 mgr.smithi100.rjsfuw (mgr.14180) 952 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:56.457 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:56 smithi100 conmon[37928]: cluster 2024-02-23T00:36:55.180163+0000 mon.smithi100 (mon.0) 722 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:36:56.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cephadm 2024-02-23T00:36:54.783666+0000 mgr.smithi100.rjsfuw (mgr.14180) 947 : cephadm 2024-02-23T00:36:56.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.513 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.514 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:36:56.515 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.516 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: ER 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cephadm 2024-02-23T00:36:54.783822+0000 mgr.smithi100.rjsfuw (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cephadm 2024-02-23T00:36:54.784661+0000 mgr.smithi100.rjsfuw (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.dhzzoi ... 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:34:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:35:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.517 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:36:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cephadm 2024-02-23T00:36:54.785787+0000 mgr.smithi100.rjsfuw (mgr.14180) 950 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cephadm 2024-02-23T00:36:54.786744+0000 mgr.smithi100.rjsfuw (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cluster 2024-02-23T00:36:54.787585+0000 mgr.smithi100.rjsfuw (mgr.14180) 952 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: cluster 2024-02-23T00:36:55.180163+0000 2024-02-23T00:36:56.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:56 smithi144 conmon[43533]: mon.smithi100 (mon.0) 722 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:36:58.165 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:36:58.165 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:36:58.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:58 smithi100 conmon[37928]: cluster 2024-02-23T00:36:56.788249+0000 mgr.smithi100.rjsfuw (mgr.14180) 953 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:58 smithi144 conmon[43533]: cluster 2024-02-23T00:36:56.788249+0000 mgr.smithi100.rjsfuw (mgr.14180) 953 : cluster [DBG] 2024-02-23T00:36:58.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:58 smithi144 conmon[43533]: pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:36:58.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:36:59.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:59 smithi100 conmon[37928]: audit 2024-02-23T00:36:58.159920+0000 mgr.smithi100.rjsfuw (mgr.14180) 954 : 2024-02-23T00:36:59.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:36:59 smithi100 conmon[37928]: audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:59 smithi144 conmon[43533]: audit 2024-02-23T00:36:58.159920+0000 mgr.smithi100.rjsfuw (mgr.14180) 954 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:36:59.512 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:36:59 smithi144 conmon[43533]: 2024-02-23T00:36:59.762 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:00.417 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:00 smithi100 conmon[37928]: cluster 2024-02-23T00:36:58.788784+0000 mgr.smithi100.rjsfuw (mgr.14180) 955 2024-02-23T00:37:00.417 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:00 smithi100 conmon[37928]: : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:00.417 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:00 smithi100 conmon[37928]: audit 2024-02-23T00:36:59.271337+0000 mon.smithi100 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:00.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:00 smithi144 conmon[43533]: cluster 2024-02-23T00:36:58.788784+0000 mgr.smithi100.rjsfuw (mgr.14180) 955 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:00.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:00 smithi144 conmon[43533]: 2024-02-23T00:37:00.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:00 smithi144 conmon[43533]: audit 2024-02-23T00:36:59.271337+0000 mon.smithi100 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:01.662 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:01.663 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:02.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:02.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:02 smithi100 conmon[37928]: cluster 2024-02-23T00:37:00.789638+0000 mgr.smithi100.rjsfuw (mgr.14180) 956 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:02 smithi144 conmon[43533]: cluster 2024-02-23T00:37:00.789638+0000 mgr.smithi100.rjsfuw (mgr.14180) 956 : cluster [DBG] 2024-02-23T00:37:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:02 smithi144 conmon[43533]: pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:03.211 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:03.653 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:03 smithi100 conmon[37928]: audit 2024-02-23T00:37:01.657842+0000 mgr.smithi100.rjsfuw (mgr.14180) 957 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:03.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:03 smithi144 conmon[43533]: audit 2024-02-23T00:37:01.657842+0000 mgr.smithi100.rjsfuw (mgr.14180) 957 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:03.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:03 smithi144 conmon[43533]: 2024-02-23T00:37:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:04 smithi100 conmon[37928]: cluster 2024-02-23T00:37:02.790279+0000 mgr.smithi100.rjsfuw (mgr.14180) 958 : 2024-02-23T00:37:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:04 smithi100 conmon[37928]: cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:04 smithi100 conmon[37928]: audit 2024-02-23T00:37:03.945622+0000 mon.smithi100 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:04 smithi144 conmon[43533]: cluster 2024-02-23T00:37:02.790279+0000 mgr.smithi100.rjsfuw (mgr.14180) 958 : cluster 2024-02-23T00:37:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:04 smithi144 conmon[43533]: [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:04.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:04 smithi144 conmon[43533]: audit 2024-02-23T00:37:03.945622+0000 mon.smithi100 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:05.149 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:05.150 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:05.777 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:06.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:06 smithi100 conmon[37928]: cluster 2024-02-23T00:37:04.790974+0000 mgr.smithi100.rjsfuw (mgr.14180) 959 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:06.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:06 smithi100 conmon[37928]: audit 2024-02-23T00:37:05.144570+0000 mgr.smithi100.rjsfuw (mgr.14180) 960 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:06.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:06 smithi144 conmon[43533]: cluster 2024-02-23T00:37:04.790974+0000 mgr.smithi100.rjsfuw (mgr.14180) 959 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:06.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:06 smithi144 conmon[43533]: audit 2024-02-23T00:37:05.144570+0000 mgr.smithi100.rjsfuw (mgr.14180) 960 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:06.778 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:08.333 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:08 smithi100 conmon[37928]: cluster 2024-02-23T00:37:06.791595+0000 mgr.smithi100.rjsfuw (mgr.14180) 961 : cluster 2024-02-23T00:37:08.333 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:08 smithi100 conmon[37928]: [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:08.677 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:08.677 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:08.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:08 smithi144 conmon[43533]: cluster 2024-02-23T00:37:06.791595+0000 mgr.smithi100.rjsfuw (mgr.14180) 961 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:09.336 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:10.337 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:10 smithi100 conmon[37928]: audit 2024-02-23T00:37:08.672237+0000 mgr.smithi100.rjsfuw (mgr.14180) 962 : 2024-02-23T00:37:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:10 smithi100 conmon[37928]: audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:10.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:10 smithi100 conmon[37928]: cluster 2024-02-23T00:37:08.792237+0000 mgr.smithi100.rjsfuw (mgr.14180) 963 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:10 smithi144 conmon[43533]: audit 2024-02-23T00:37:08.672237+0000 mgr.smithi100.rjsfuw (mgr.14180) 962 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:10.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:10 smithi144 conmon[43533]: cluster 2024-02-23T00:37:08.792237+0000 mgr.smithi100.rjsfuw (mgr.14180) 963 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:12.228 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:12.228 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:12.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:12 smithi100 conmon[37928]: cluster 2024-02-23T00:37: 2024-02-23T00:37:12.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:12 smithi100 conmon[37928]: 10.792933+0000 mgr.smithi100.rjsfuw (mgr.14180) 964 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:12.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:12 smithi144 conmon[43533]: cluster 2024-02-23T00:37:10.792933+0000 mgr.smithi100.rjsfuw (mgr.14180) 964 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:12.877 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:13.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:13 smithi100 conmon[37928]: audit 2024-02-23T00:37:12.223185+0000 mgr.smithi100.rjsfuw (mgr.14180) 965 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:13.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:13 smithi144 conmon[43533]: audit 2024-02-23T00:37:12.223185+0000 mgr.smithi100.rjsfuw (mgr.14180) 965 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:13.879 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:14.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:14 smithi100 conmon[37928]: cluster 2024-02-23T00:37:12.793427+0000 mgr.smithi100.rjsfuw (mgr.14180) 966 2024-02-23T00:37:14.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:14 smithi100 conmon[37928]: : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:14.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:14 smithi144 conmon[43533]: cluster 2024-02-23T00:37:12.793427+0000 mgr.smithi100.rjsfuw (mgr.14180) 966 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:15.844 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:15.844 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:16.477 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:16.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:16 smithi100 conmon[37928]: cluster 2024-02-23T00:37:14.794313+0000 mgr.smithi100.rjsfuw (mgr.14180) 967 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:16 smithi144 conmon[43533]: cluster 2024-02-23T00:37:14.794313+0000 mgr.smithi100.rjsfuw (mgr.14180) 967 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:17.479 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:17.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:17 smithi100 conmon[37928]: audit 2024-02-23T00:37:15.839645+0000 mgr.smithi100.rjsfuw (mgr.14180) 968 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:17.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:17 smithi144 conmon[43533]: audit 2024-02-23T00:37:15.839645+0000 mgr.smithi100.rjsfuw (mgr.14180) 968 : audit [DBG] 2024-02-23T00:37:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:17 smithi144 conmon[43533]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:18 smithi100 conmon[37928]: cluster 2024-02-23T00:37:16.794908+0000 mgr.smithi100.rjsfuw (mgr.14180) 969 : cluster [DBG] 2024-02-23T00:37:18.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:18 smithi100 conmon[37928]: pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:18.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:18 smithi144 conmon[43533]: cluster 2024-02-23T00:37:16.794908+0000 mgr.smithi100.rjsfuw (mgr.14180) 969 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:19.369 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:19.369 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:20.016 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:20 smithi100 conmon[37928]: cluster 2024-02-23T00:37:18.795434+0000 mgr.smithi100.rjsfuw (mgr.14180) 970 : cluster 2024-02-23T00:37:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:20 smithi100 conmon[37928]: [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:20 smithi100 conmon[37928]: audit 2024-02-23T00:37:19.363202+0000 mgr.smithi100.rjsfuw (mgr.14180) 971 : audit 2024-02-23T00:37:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:20 smithi100 conmon[37928]: [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:20 smithi144 conmon[43533]: cluster 2024-02-23T00:37:18.795434+0000 mgr.smithi100.rjsfuw (mgr.14180) 970 : cluster [DBG] 2024-02-23T00:37:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:20 smithi144 conmon[43533]: pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:20.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:20 smithi144 conmon[43533]: audit 2024-02-23T00:37:19.363202+0000 mgr.smithi100.rjsfuw (mgr.14180) 971 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:21.017 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:22.543 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:22 smithi100 conmon[37928]: cluster 2024-02-23T00:37:20.796194+0000 mgr.smithi100.rjsfuw (mgr.14180) 972 : 2024-02-23T00:37:22.543 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:22 smithi100 conmon[37928]: cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:22.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:22 smithi144 conmon[43533]: cluster 2024-02-23T00:37:20.796194+0000 mgr.smithi100.rjsfuw (mgr.14180) 972 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:22.919 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:22.920 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:23.550 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:24.550 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:24.586 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:24 smithi100 conmon[37928]: cluster 2024-02-23T00:37:22.796846+0000 mgr.smithi100.rjsfuw (mgr.14180) 973 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:24.586 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:24 smithi100 conmon[37928]: audit 2024-02-23T00:37:22.914237+0000 mgr.smithi100.rjsfuw (mgr.14180) 974 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:24.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:24 smithi144 conmon[43533]: cluster 2024-02-23T00:37:22.796846+0000 mgr.smithi100.rjsfuw (mgr.14180) 973 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:24.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:24 smithi144 conmon[43533]: audit 2024-02-23T00:37:22.914237+0000 mgr.smithi100.rjsfuw (mgr.14180) 974 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:26.430 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:26.430 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:26.650 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:26 smithi100 conmon[37928]: cluster 2024-02-23T00:37:24.797570+0000 mgr.smithi100.rjsfuw (mgr.14180) 975 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:26.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:26 smithi144 conmon[43533]: cluster 2024-02-23T00:37:24.797570+0000 mgr.smithi100.rjsfuw (mgr.14180) 975 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:27.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:27.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:27 smithi100 conmon[37928]: audit 2024-02-23T00:37:26.425275+0000 mgr.smithi100.rjsfuw (mgr.14180) 976 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:27 smithi144 conmon[43533]: audit 2024-02-23T00:37:26.425275+0000 mgr.smithi100.rjsfuw (mgr.14180) 976 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:28.124 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:28.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:28 smithi100 conmon[37928]: cluster 2024-02-23T00:37:26.798137+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:37:28.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:28 smithi100 conmon[37928]: .14180) 977 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:28.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:28 smithi144 conmon[43533]: cluster 2024-02-23T00:37:26.798137+0000 mgr.smithi100.rjsfuw (mgr.14180) 977 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:30.022 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:30.022 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:30.625 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:30 smithi100 conmon[37928]: cluster 2024-02-23T00:37:28.798676+0000 mgr.smithi100.rjsfuw (mgr.14180) 978 : cluster 2024-02-23T00:37:30.625 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:30 smithi100 conmon[37928]: [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:30.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:30.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:30 smithi144 conmon[43533]: cluster 2024-02-23T00:37:28.798676+0000 mgr.smithi100.rjsfuw (mgr.14180) 978 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:31.642 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:31.676 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:31 smithi100 conmon[37928]: audit 2024-02-23T00:37:30.016328+0000 mgr.smithi100.rjsfuw (mgr.14180) 979 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:31 smithi144 conmon[43533]: audit 2024-02-23T00:37:30.016328+0000 mgr.smithi100.rjsfuw (mgr.14180) 979 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:32 smithi100 conmon[37928]: cluster 2024-02-23T 2024-02-23T00:37:32.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:32 smithi100 conmon[37928]: 00:37:30.799638+0000 mgr.smithi100.rjsfuw (mgr.14180) 980 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:32 smithi144 conmon[43533]: cluster 2024-02-23T00:37:30.799638+0000 mgr.smithi100.rjsfuw (mgr.14180) 980 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:33.423 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:33.423 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:34.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:34.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:34 smithi100 conmon[37928]: cluster 2024-02-23T00:37:32.800139+0000 mgr.smithi100.rjsfuw (mgr.14180) 981 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:34.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:34 smithi100 conmon[37928]: audit 2024-02-23T00:37:33.417378+0000 mgr.smithi100.rjsfuw (mgr.14180) 982 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:34.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:34 smithi144 conmon[43533]: cluster 2024-02-23T00:37:32.800139+0000 mgr.smithi100.rjsfuw (mgr.14180) 981 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:34.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:34 smithi144 conmon[43533]: audit 2024-02-23T00:37:33.417378+0000 mgr.smithi100.rjsfuw (mgr.14180) 982 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:35.082 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:36.608 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:36 smithi100 conmon[37928]: cluster 2024-02-23T00:37:34.800831+0000 mgr.smithi100.rjsfuw (mgr.14180) 983 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:36 smithi144 conmon[43533]: cluster 2024-02-23T00:37:34.800831+0000 mgr.smithi100.rjsfuw (mgr.14180) 983 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:36 smithi144 conmon[43533]: 2024-02-23T00:37:36.972 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:36.972 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:37.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:38.622 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:38.656 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:38 smithi100 conmon[37928]: cluster 2024-02-23T00:37:36.801442+0000 mgr.smithi100.rjsfuw (mgr.14180) 984 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:38.656 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:38 smithi100 conmon[37928]: audit 2024-02-23T00:37:36.967123+0000 mgr.smithi100.rjsfuw (mgr.14180) 985 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:38.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:38 smithi144 conmon[43533]: cluster 2024-02-23T00:37:36.801442+0000 mgr.smithi100.rjsfuw (mgr.14180) 984 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:38.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:38 smithi144 conmon[43533]: audit 2024-02-23T00:37:36.967123+0000 mgr.smithi100.rjsfuw (mgr.14180) 985 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:40.453 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:40 smithi100 conmon[37928]: cluster 2024-02-23T00:37:38.802034+0000 mgr.smithi100.rjsfuw (mgr.14180) 986 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:40.524 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:40.524 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:40 smithi144 conmon[43533]: cluster 2024-02-23T00:37:38.802034+0000 mgr.smithi100.rjsfuw (mgr.14180) 986 2024-02-23T00:37:40.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:40 smithi144 conmon[43533]: : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:41.188 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:41.452 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:41 smithi100 conmon[37928]: audit 2024-02-23T00:37:40.519067+0000 mgr.smithi100.rjsfuw (mgr.14180) 987 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:41 smithi144 conmon[43533]: audit 2024-02-23T00:37:40.519067+0000 mgr.smithi100.rjsfuw (mgr.14180) 987 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:42.188 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:42.630 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:42 smithi100 conmon[37928]: cluster 2024-02-23T00:37:40.802772+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:37:42.630 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:42 smithi100 conmon[37928]: 988 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:42.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:42 smithi144 conmon[43533]: cluster 2024-02-23T00:37:40.802772+0000 mgr.smithi100.rjsfuw (mgr.14180) 988 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:44.035 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:44.036 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:44.648 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:44 smithi100 conmon[37928]: cluster 2024-02-23T00:37:42.803417+0000 mgr.smithi100.rjsfuw (mgr.14180) 989 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:44.662 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:44.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:44 smithi144 conmon[43533]: cluster 2024-02-23T00:37:42.803417+0000 mgr.smithi100.rjsfuw (mgr.14180) 989 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:45.663 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:45.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:45 smithi100 conmon[37928]: audit 2024-02-23T00:37:44.030397+0000 mgr.smithi100.rjsfuw (mgr.14180) 990 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:46.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:45 smithi144 conmon[43533]: audit 2024-02-23T00:37:44.030397+0000 mgr.smithi100.rjsfuw (mgr.14180) 990 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:46.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:46 smithi100 conmon[37928]: cluster 2024-02-23T00:37:44.804090+0000 mgr.smithi100.rjsfuw (mgr.14180) 991 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:47.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:46 smithi144 conmon[43533]: cluster 2024-02-23T00:37:44.804090+0000 mgr.smithi100.rjsfuw (mgr.14180) 991 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:47.705 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:47.705 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:48.287 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:48.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:48 smithi100 conmon[37928]: cluster 2024-02-23T00:37:46.804621+0000 mgr.smithi100.rjsfuw (mgr.14180) 992 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:49.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:48 smithi144 conmon[43533]: cluster 2024-02-23T00:37:46.804621+0000 mgr.smithi100.rjsfuw (mgr.14180) 992 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:49.289 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:49.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:49 smithi100 conmon[37928]: audit 2024-02-23T00:37:47.699192+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:37:49.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:49 smithi100 conmon[37928]: 993 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:49 smithi144 conmon[43533]: audit 2024-02-23T00:37:47.699192+0000 mgr.smithi100.rjsfuw (mgr.14180) 993 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:50.831 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:50 smithi100 conmon[37928]: cluster 2024-02-23T00:37:48.805469+0000 2024-02-23T00:37:50.832 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:50 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 994 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:51.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:50 smithi144 conmon[43533]: cluster 2024-02-23T00:37:48.805469+0000 mgr.smithi100.rjsfuw (mgr.14180) 994 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:51.204 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:51.205 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:51.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:52.828 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:52.861 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:52 smithi100 conmon[37928]: cluster 2024-02-23T00:37:50.806384+0000 mgr.smithi100.rjsfuw (mgr.14180) 995 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:52.862 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:52 smithi100 conmon[37928]: audit 2024-02-23T00:37:51.199717+0000 mgr.smithi100.rjsfuw (mgr.14180) 996 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:52.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:52 smithi144 conmon[43533]: cluster 2024-02-23T00:37:50.806384+0000 mgr.smithi100.rjsfuw (mgr.14180) 995 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:52.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:52 smithi144 conmon[43533]: audit 2024-02-23T00:37:51.199717+0000 mgr.smithi100.rjsfuw (mgr.14180) 996 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:54.696 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:54.696 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:45.029338Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:45.029525Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:45.029640Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:45.029742Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:45.029829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:45.030227Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:54.912 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:54 smithi100 conmon[37928]: cluster 2024-02-23T00:37:52.807052+0000 mgr.smithi100.rjsfuw (mgr.14180) 997 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:55.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:54 smithi144 conmon[43533]: cluster 2024-02-23T00:37:52.807052+0000 mgr.smithi100.rjsfuw (mgr.14180) 997 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:55.355 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:37:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:55 smithi100 conmon[37928]: audit 2024-02-23T00:37:54.789035+0000 mon.smithi100 (mon.0) 725 2024-02-23T00:37:55.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:55 smithi100 conmon[37928]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:37:55.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:55 smithi100 conmon[37928]: audit 2024-02-23T00:37:55.173282+0000 mon.smithi100 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:55 smithi144 conmon[43533]: audit 2024-02-23T00:37:54.789035+0000 mon.smithi100 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:37:56.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:55 smithi144 conmon[43533]: audit 2024-02-23T00:37:55.173282+0000 mon.smithi100 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:56.356 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:37:56.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:56 smithi100 conmon[37928]: audit 2024-02-23T00:37:54.691486+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:37:56.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:56 smithi100 conmon[37928]: mgr.14180) 998 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:56.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:56 smithi100 conmon[37928]: cluster 2024-02-23T00:37:54.807791+0000 mgr.smithi100.rjsfuw (mgr.14180) 999 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:56.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:56 smithi100 conmon[37928]: audit 2024-02-23T00:37:56.586623+0000 mon.smithi100 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:56 smithi144 conmon[43533]: audit 2024-02-23T00:37:54.691486+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:37:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:56 smithi144 conmon[43533]: 998 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:37:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:56 smithi144 conmon[43533]: cluster 2024-02-23T00:37:54.807791+0000 mgr.smithi100.rjsfuw (mgr.14180) 999 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:57.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:56 smithi144 conmon[43533]: audit 2024-02-23T00:37:56.586623+0000 mon.smithi100 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:37:58.914 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:37:58.914 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:31:47.513369Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:31:47.513450Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:31:47.513511Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:31:47.513294Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:31:47.513151Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:31:47.513570Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:31:47.513688Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:31:47.513630Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:31:47.513922Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:37:58.937 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:37:58 smithi100 conmon[37928]: cluster 2024-02-23T00:37:56.808337+0000 mgr.smithi100.rjsfuw (mgr.14180) 1000 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:59.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:37:58 smithi144 conmon[43533]: cluster 2024-02-23T00:37:56.808337+0000 mgr.smithi100.rjsfuw (mgr.14180) 1000 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:37:59.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:00.768 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:00.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: cluster 2024-02-23T00:37:58.808889+0000 mgr.smithi100.rjsfuw (mgr.14180) 1001 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024-02-23T00:37:58.908774+0000 mgr.smithi100.rjsfuw (mgr.14180) 1002 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024-02-23T00:38:00.039383+0000 mon.smithi100 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024-02-23T00:38:00.335785+0000 mon.smithi100 (mon.0 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: ) 729 : audit [DBG] 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024-02-23T00:38:00 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: .336446+0000 mon.smithi100 (mon.0) 730 : audit [INF] 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024-02-23T 2024-02-23T00:38:00.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: 00:38:00.341109+0000 mon.smithi100 (mon.0 2024-02-23T00:38:00.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: ) 731 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:00.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: audit 2024 2024-02-23T00:38:00.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: -02-23T00:38:00.344670+0000 2024-02-23T00:38:00.954 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:00 smithi100 conmon[37928]: mon.smithi100 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:38:01.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: cluster 2024-02-23T00:37:58.808889+0000 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 1001 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02-23T00:37:58.908774+0000 mgr.smithi100.rjsfuw (mgr.14180) 1002 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02-23T00:38:00.039383+0000 mon.smithi100 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: 2024-02-23T00:38:00.335785+0000 mon.smithi100 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02-23T 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: 00:38:00.336446+0000 mon.smithi100 (mon.0) 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: 730 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: 2024-02-23T00:38:00.341109+0000 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: mon.smithi100 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:38:01.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: 23T00:38:00.344670+0000 mon.smithi100 (mon.0) 732 2024-02-23T00:38:01.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:00 smithi144 conmon[43533]: : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:38:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:01 smithi100 conmon[37928]: cluster 2024-02-23T00:38:00.341692+0000 mgr.smithi100.rjsfuw (mgr.14180) 1003 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:01 smithi100 conmon[37928]: cephadm 2024-02-23T00:38:00.349937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1004 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.btijtj on smithi144 2024-02-23T00:38:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:01 smithi100 conmon[37928]: cluster 2024-02-23T00:38:01.339357+0000 mon.smithi100 (mon.0) 733 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:38:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:01 smithi100 conmon[37928]: cluster 2024-02-23T00:38:01.339424+0000 mon.smithi100 (mon.0) 734 : cluster [INF] Cluster is now healthy 2024-02-23T00:38:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: cluster 2024-02-23T00:38:00.341692+0000 mgr.smithi100.rjsfuw (mgr.14180) 1003 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: cephadm 2024-02-23T00:38:00.349937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1004 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi144.btijtj on smithi144 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: cluster 2024- 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: 02-23T00:38:01.339357+0000 mon.smithi100 (mon.0) 733 : cluster 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: cluster 2024 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: -02-23T00:38:01.339424+0000 mon.smithi100 (mon.0 2024-02-23T00:38:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:01 smithi144 conmon[43533]: ) 734 : cluster [INF] Cluster is now healthy 2024-02-23T00:38:02.802 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:02.802 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:03.444 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:03.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:03 smithi100 conmon[37928]: cluster 2024-02-23T00:38:02.342219+0000 mgr.smithi100.rjsfuw (mgr.14180) 1005 : cluster 2024-02-23T00:38:03.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:03 smithi100 conmon[37928]: [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:03 smithi144 conmon[43533]: cluster 2024-02-23T00:38:02.342219+0000 mgr.smithi100.rjsfuw (mgr.14180) 1005 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:03 smithi144 conmon[43533]: 2024-02-23T00:38:04.445 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:04.903 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:04 smithi100 conmon[37928]: audit 2024-02-23T00:38:02.797325+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:38:04.903 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:04 smithi100 conmon[37928]: ) 1006 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:04.903 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:04 smithi100 conmon[37928]: audit 2024-02-23T00:38:03.947387+0000 mon.smithi100 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:05.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:04 smithi144 conmon[43533]: audit 2024-02-23T00:38:02.797325+0000 mgr.smithi100.rjsfuw (mgr.14180) 1006 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:05.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:04 smithi144 conmon[43533]: audit 2024-02-23T00:38:03.947387+0000 mon.smithi100 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:38:05.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:05 smithi100 conmon[37928]: cluster 2024-02-23T00:38:04.342783+0000 2024-02-23T00:38:05.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:05 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 1007 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:06.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:05 smithi144 conmon[43533]: cluster 2024-02-23T00:38:04.342783+0000 mgr.smithi100.rjsfuw (mgr.14180) 1007 : cluster [DBG] 2024-02-23T00:38:06.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:05 smithi144 conmon[43533]: pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:06.386 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:06.387 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:06.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:07.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:07 smithi100 conmon[37928]: cluster 2024-02-23T00:38:06.343283+0000 mgr.smithi100.rjsfuw (mgr.14180) 1008 : cluster [DBG] 2024-02-23T00:38:07.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:07 smithi100 conmon[37928]: pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:07.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:07 smithi100 conmon[37928]: audit 2024-02-23T00:38:06.381896+0000 mgr.smithi100.rjsfuw (mgr.14180) 1009 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:07.987 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:08.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:07 smithi144 conmon[43533]: cluster 2024-02-23T00:38:06.343283+0000 mgr.smithi100.rjsfuw (mgr.14180) 1008 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:07 smithi144 conmon[43533]: audit 2024-02-23T00:38:06.381896+0000 mgr.smithi100.rjsfuw (mgr.14180) 1009 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:09.860 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:09.860 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:09.888 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:09 smithi100 conmon[37928]: cluster 2024-02-23T00:38:08.343766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1010 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:10.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:09 smithi144 conmon[43533]: cluster 2024-02-23T00:38:08.343766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1010 : cluster [DBG] 2024-02-23T00:38:10.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:09 smithi144 conmon[43533]: pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:10.500 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:11.501 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:11 smithi100 conmon[37928]: audit 2024-02-23T00:38:09.854830+0000 mgr.smithi100.rjsfuw (mgr.14180) 1011 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:11.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:11 smithi100 conmon[37928]: cluster 2024-02-23T00:38:10.344336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1012 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:11 smithi144 conmon[43533]: audit 2024-02-23T00:38:09.854830+0000 mgr.smithi100.rjsfuw (mgr.14180) 1011 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:11 smithi144 conmon[43533]: cluster 2024-02-23T00:38 2024-02-23T00:38:12.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:11 smithi144 conmon[43533]: :10.344336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1012 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:13.589 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:13.589 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:13.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:13 smithi100 conmon[37928]: cluster 2024-02-23T00:38:12.344910+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:38:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:13 smithi100 conmon[37928]: mgr.14180) 1013 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:13 smithi144 conmon[43533]: cluster 2024-02-23T00:38:12.344910+0000 mgr.smithi100.rjsfuw (mgr.14180) 1013 : cluster 2024-02-23T00:38:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:13 smithi144 conmon[43533]: [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:14.183 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:14.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:14 smithi100 conmon[37928]: audit 2024-02-23T00:38:13.584577+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:38:14.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:14 smithi100 conmon[37928]: 1014 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:15.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:14 smithi144 conmon[43533]: audit 2024-02-23T00:38:13.584577+0000 mgr.smithi100.rjsfuw (mgr.14180) 1014 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:15.184 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:15.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:15 smithi100 conmon[37928]: cluster 2024-02-23T00:38:14.345336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1015 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:15 smithi144 conmon[43533]: cluster 2024-02-23T00:38:14.345336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1015 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:17.108 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:17.109 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:17.716 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:17.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:17 smithi100 conmon[37928]: cluster 2024-02-23T00:38:16.345962+0000 mgr.smithi100.rjsfuw (mgr.14180) 1016 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:17 smithi144 conmon[43533]: cluster 2024-02-23T00:38:16.345962+0000 mgr.smithi100.rjsfuw (mgr.14180) 1016 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:18.717 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:18.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:18 smithi100 conmon[37928]: audit 2024-02-23T00:38:17.103558+0000 mgr.smithi100.rjsfuw (mgr.14180) 1017 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:19.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:18 smithi144 conmon[43533]: audit 2024-02-23T00:38:17.103558+0000 mgr.smithi100.rjsfuw (mgr.14180) 1017 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:19 smithi100 conmon[37928]: cluster 2024-02-23T00:38:18.346395+0000 mgr.smithi100.rjsfuw (mgr.14180) 1018 : cluster [DBG] 2024-02-23T00:38:19.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:19 smithi100 conmon[37928]: pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:20.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:19 smithi144 conmon[43533]: cluster 2024-02-23T00:38:18.346395+0000 mgr.smithi100.rjsfuw (mgr.14180) 1018 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:19 smithi144 conmon[43533]: 2024-02-23T00:38:20.776 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:20.776 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:20.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:20 smithi100 conmon[37928]: cluster 2024-02-23T00:38:20.346972+0000 mgr.smithi100.rjsfuw (mgr.14180) 1019 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:21.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:20 smithi144 conmon[43533]: cluster 2024-02-23T00:38:20.346972+0000 mgr.smithi100.rjsfuw (mgr.14180) 1019 : cluster [DBG] 2024-02-23T00:38:21.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:20 smithi144 conmon[43533]: pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:21.425 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:21.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:21 smithi100 conmon[37928]: audit 2024-02-23T00:38:20.770204+0000 mgr.smithi100.rjsfuw (mgr.14180) 1020 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:21 smithi144 conmon[43533]: audit 2024-02-23T00:38:20.770204+0000 mgr.smithi100.rjsfuw (mgr.14180) 1020 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:21 smithi144 conmon[43533]: 2024-02-23T00:38:22.426 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:22.873 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:22 smithi100 conmon[37928]: cluster 2024-02-23T00:38:22.347537+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:38:22.873 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:22 smithi100 conmon[37928]: 1021 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:23.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:22 smithi144 conmon[43533]: cluster 2024-02-23T00:38:22.347537+0000 mgr.smithi100.rjsfuw (mgr.14180) 1021 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:24.298 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:24.298 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:24.948 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:25.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:25 smithi100 conmon[37928]: audit 2024-02-23T00:38:24.292701+0000 mgr.smithi100.rjsfuw (mgr.14180) 1022 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:25.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:25 smithi100 conmon[37928]: cluster 2024-02-23T00:38:24.348061+0000 mgr.smithi100.rjsfuw (mgr.14180) 1023 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:25.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:25 smithi144 conmon[43533]: audit 2024-02-23T00:38:24.292701+0000 mgr.smithi100.rjsfuw (mgr.14180) 1022 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:25.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:25 smithi144 conmon[43533]: 2024-02-23T00:38:25.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:25 smithi144 conmon[43533]: cluster 2024-02-23T00:38:24.348061+0000 mgr.smithi100.rjsfuw (mgr.14180) 1023 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:25.949 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:27.509 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:27 smithi100 conmon[37928]: cluster 2024-02-23T00:38:26.348561+0000 mgr.smithi100.rjsfuw (mgr.14180) 1024 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:27.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:27 smithi144 conmon[43533]: cluster 2024-02-23T00:38:26.348561+0000 mgr.smithi100.rjsfuw (mgr.14180) 1024 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:27.885 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:27.885 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:28.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:29.609 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:29 smithi100 conmon[37928]: audit 2024-02-23T00:38:27.879585+0000 mgr.smithi100.rjsfuw (mgr.14180) 1025 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:29 smithi100 conmon[37928]: cluster 2024-02-23T00:38:28.348937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1026 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:29 smithi144 conmon[43533]: audit 2024-02-23T00:38:27.879585+0000 mgr.smithi100.rjsfuw (mgr.14180) 1025 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:29 smithi144 conmon[43533]: cluster 2024-02-23T00:38:28.348937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1026 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:31.456 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:31.456 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:31 smithi100 conmon[37928]: cluster 2024-02-23T00:38:30.349468+0000 mgr.smithi100.rjsfuw (mgr.14180) 1027 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:31 smithi144 conmon[43533]: cluster 2024-02-23T00:38:30.349468+0000 mgr.smithi100.rjsfuw (mgr.14180) 1027 : cluster [DBG] 2024-02-23T00:38:31.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:31 smithi144 conmon[43533]: pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:32.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:32.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:32 smithi100 conmon[37928]: audit 2024-02-23T00:38:31.450591+0000 mgr.smithi100.rjsfuw (mgr.14180) 1028 : audit [DBG] 2024-02-23T00:38:32.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:32 smithi100 conmon[37928]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:32 smithi144 conmon[43533]: audit 2024-02-23T00:38:31.450591+0000 mgr.smithi100.rjsfuw (mgr.14180) 1028 : audit [DBG] 2024-02-23T00:38:32.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:32 smithi144 conmon[43533]: from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:33.090 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:33.696 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:33 smithi100 conmon[37928]: cluster 2024-02-23T00:38:32.350161+0000 mgr.smithi100.rjsfuw (mgr.14180) 1029 2024-02-23T00:38:33.696 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:33 smithi100 conmon[37928]: : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:33 smithi144 conmon[43533]: cluster 2024-02-23T00:38:32.350161+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:38:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:33 smithi144 conmon[43533]: 14180) 1029 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:35.014 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:35.014 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:35.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:35.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:35 smithi100 conmon[37928]: cluster 2024-02-23T00:38:34.350624+0000 mgr.smithi100.rjsfuw (mgr.14180) 1030 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:35.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:35 smithi144 conmon[43533]: cluster 2024-02-23T00:38:34.350624+0000 mgr.smithi100.rjsfuw (mgr.14180) 1030 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:35.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:35 smithi144 conmon[43533]: 2024-02-23T00:38:36.654 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:36.688 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:36 smithi100 conmon[37928]: audit 2024-02-23T00:38:35.009046+0000 mgr.smithi100.rjsfuw (mgr.14180) 1031 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:36.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:36 smithi144 conmon[43533]: audit 2024-02-23T00:38:35.009046+0000 mgr.smithi100.rjsfuw (mgr.14180) 1031 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:37.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:37 smithi100 conmon[37928]: cluster 2024-02-23T00:38:36.351357+0000 mgr.smithi100.rjsfuw (mgr.14180) 1032 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:37.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:37 smithi144 conmon[43533]: cluster 2024-02-23T00:38:36.351357+0000 mgr.smithi100.rjsfuw (mgr.14180) 1032 : cluster [DBG] 2024-02-23T00:38:37.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:37 smithi144 conmon[43533]: pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:38.540 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:38.540 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:39.178 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:39.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:39 smithi100 conmon[37928]: cluster 2024-02-23T00:38:38.351700+0000 mgr.smithi100.rjsfuw (mgr.14180) 1033 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:39 smithi100 conmon[37928]: audit 2024-02-23T00:38:38.534767+0000 mgr.smithi100.rjsfuw (mgr.14180) 1034 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:39 smithi144 conmon[43533]: cluster 2024-02-23T00:38:38.351700+0000 mgr.smithi100.rjsfuw (mgr.14180) 1033 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:39 smithi144 conmon[43533]: audit 2024-02-23T00:38:38.534767+0000 mgr.smithi100.rjsfuw (mgr.14180) 1034 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:40.179 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:41.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:41 smithi100 conmon[37928]: cluster 2024-02-23T00:38:40.352390+0000 mgr.smithi100.rjsfuw (mgr.14180) 1035 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:41.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:41 smithi100 conmon[37928]: 2024-02-23T00:38:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:41 smithi144 conmon[43533]: cluster 2024-02-23T00:38:40.352390+0000 mgr.smithi100.rjsfuw (mgr.14180) 1035 : cluster [DBG] 2024-02-23T00:38:41.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:41 smithi144 conmon[43533]: pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:42.099 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:42.099 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:42.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:43 smithi100 conmon[37928]: audit 2024-02-23T00:38:42.093995+0000 mgr.smithi100.rjsfuw (mgr.14180) 1036 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:43 smithi100 conmon[37928]: cluster 2024-02-23T00:38:42.352803+0000 mgr.smithi100.rjsfuw (mgr.14180) 1037 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:43.712 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:43 smithi144 conmon[43533]: audit 2024-02-23T00:38:42.093995+0000 mgr.smithi100.rjsfuw (mgr.14180) 1036 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:43.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:43 smithi144 conmon[43533]: cluster 2024-02-23T00:38:42.352803+0000 mgr.smithi100.rjsfuw (mgr.14180) 1037 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:45.620 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:45.621 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:45.641 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:45 smithi100 conmon[37928]: cluster 2024-02-23T00:38:44.353200+0000 mgr.smithi100.rjsfuw (mgr.14180) 1038 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:45.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:45 smithi144 conmon[43533]: cluster 2024-02-23T00:38:44.353200+0000 mgr.smithi100.rjsfuw (mgr.14180) 1038 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:46.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:46.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:46 smithi100 conmon[37928]: audit 2024-02-23T00:38:45.615932+0000 mgr.smithi100.rjsfuw (mgr.14180) 1039 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:46.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:46 smithi144 conmon[43533]: audit 2024-02-23T00:38:45.615932+0000 mgr.smithi100.rjsfuw (mgr.14180) 1039 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:47.245 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:47 smithi100 conmon[37928]: cluster 2024-02-23T00:38:46.353755+0000 mgr.smithi100.rjsfuw (mgr.14180) 1040 2024-02-23T00:38:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:47 smithi100 conmon[37928]: : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:47 smithi144 conmon[43533]: cluster 2024-02-23T00:38:46.353755+0000 mgr.smithi100.rjsfuw (mgr.14180) 1040 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:49.225 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:49.225 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:49.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:49 smithi100 conmon[37928]: cluster 2024-02-23T00:38:48.354287+0000 mgr.smithi100.rjsfuw (mgr.14180) 1041 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:49 smithi144 conmon[43533]: cluster 2024-02-23T00:38:48.354287+0000 mgr.smithi100.rjsfuw (mgr.14180) 1041 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:49.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:50.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:50 smithi144 conmon[43533]: audit 2024-02-23T00:38:49.220076+0000 mgr.smithi100.rjsfuw (mgr.14180) 1042 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:50.862 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:50.895 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:50 smithi100 conmon[37928]: audit 2024-02-23T00:38:49.220076+0000 mgr.smithi100.rjsfuw (mgr.14180) 1042 : 2024-02-23T00:38:50.895 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:50 smithi100 conmon[37928]: audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:51.684 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:51 smithi100 conmon[37928]: cluster 2024-02-23T00:38:50.354856+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:38:51.685 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:51 smithi100 conmon[37928]: mgr.14180) 1043 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:51.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:51 smithi144 conmon[43533]: cluster 2024-02-23T00:38:50.354856+0000 mgr.smithi100.rjsfuw (mgr.14180) 1043 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:52.793 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:52.794 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:53.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:53 smithi100 conmon[37928]: cluster 2024-02-23T00:38:52.355337+0000 mgr.smithi100.rjsfuw (mgr.14180) 1044 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:53 smithi144 conmon[43533]: cluster 2024-02-23T00:38:52.355337+0000 mgr.smithi100.rjsfuw (mgr.14180) 1044 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:54.427 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:54 smithi144 conmon[43533]: audit 2024-02-23T00:38:52.788236+0000 mgr.smithi100.rjsfuw (mgr.14180) 1045 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:54.860 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:54 smithi100 conmon[37928]: audit 2024-02-23T00:38:52.788236+0000 mgr.smithi100.rjsfuw (mgr.14180) 1045 : audit 2024-02-23T00:38:54.860 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:54 smithi100 conmon[37928]: [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:55.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:55 smithi100 conmon[37928]: cluster 2024-02-23T00:38:54.355974+0000 mgr.smithi100.rjsfuw (mgr.14180) 1046 : cluster 2024-02-23T00:38:55.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:55 smithi100 conmon[37928]: [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:55 smithi144 conmon[43533]: cluster 2024-02-23T00:38:54.355974+0000 mgr.smithi100.rjsfuw (mgr.14180) 1046 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:56.359 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:38:56.359 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:38:57.017 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:38:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:57 smithi144 conmon[43533]: audit 2024-02-23T00:38:56.354322+0000 mgr.smithi100.rjsfuw (mgr.14180) 1047 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:57 smithi144 conmon[43533]: cluster 2024-02-23T00:38:56.356429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1048 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:57.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:57 smithi100 conmon[37928]: audit 2024-02-23T00:38:56.354322+0000 mgr.smithi100.rjsfuw (mgr.14180) 1047 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:38:57.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:57 smithi100 conmon[37928]: cluster 2024-02-23T00:38:56.356429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1048 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:58.019 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:38:59.701 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:59 smithi100 conmon[37928]: cluster 2024-02-23T00:38:58.356762+0000 mgr.smithi100.rjsfuw (mgr.14180) 1049 2024-02-23T00:38:59.701 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:38:59 smithi100 conmon[37928]: : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:38:59.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:38:59 smithi144 conmon[43533]: cluster 2024-02-23T00:38:58.356762+0000 mgr.smithi100.rjsfuw (mgr.14180) 1049 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:00.062 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:00.063 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:00.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:01.643 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:01 smithi144 conmon[43533]: audit 2024-02-23T00:39:00.057453+0000 mgr.smithi100.rjsfuw (mgr.14180) 1050 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:01.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:01 smithi144 conmon[43533]: cluster 2024-02-23T00:39:00.357332+0000 mgr.smithi100.rjsfuw (mgr.14180) 1051 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:01 smithi100 conmon[37928]: audit 2024-02-23T00:39:00.057453+0000 mgr.smithi100.rjsfuw (mgr.14180) 1050 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:01 smithi100 conmon[37928]: 2024-02-23T00:39:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:01 smithi100 conmon[37928]: cluster 2024-02-23T00:39:00.357332+0000 mgr.smithi100.rjsfuw (mgr.14180) 1051 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:03.569 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:03.569 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:03.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:03 smithi144 conmon[43533]: cluster 2024-02-23T00:39:02.357822+0000 mgr.smithi100.rjsfuw (mgr.14180) 1052 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:03.776 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:03 smithi100 conmon[37928]: cluster 2024-02-23T00:39:02.357822 2024-02-23T00:39:03.776 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:03 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 1052 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:04.295 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:04.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:04 smithi100 conmon[37928]: audit 2024-02-23T00:39:03.564360+0000 mgr.smithi100.rjsfuw (mgr.14180) 1053 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:04.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:04 smithi144 conmon[43533]: audit 2024-02-23T00:39:03.564360+0000 mgr.smithi100.rjsfuw (mgr.14180) 1053 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:05.296 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:05.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:05 smithi100 conmon[37928]: cluster 2024-02-23T00:39:04.358443+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:39:05.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:05 smithi100 conmon[37928]: mgr.14180) 1054 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:05.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:05 smithi144 conmon[43533]: cluster 2024-02-23T00:39:04.358443+0000 mgr.smithi100.rjsfuw (mgr.14180) 1054 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:07.253 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:07.253 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:07 smithi100 conmon[37928]: cluster 2024-02-23T00:39:06.359166+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:39:07.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:07 smithi100 conmon[37928]: 14180) 1055 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:07 smithi144 conmon[43533]: cluster 2024-02-23T00:39:06.359166+0000 mgr.smithi100.rjsfuw (mgr.14180) 1055 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:07.817 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:08.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:08 smithi144 conmon[43533]: audit 2024-02-23T00:39:07.247807+0000 mgr.smithi100.rjsfuw (mgr.14180) 1056 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:08.818 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:08.851 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:08 smithi100 conmon[37928]: audit 2024-02-23T00:39:07.247807+0000 mgr.smithi100.rjsfuw (mgr.14180) 1056 2024-02-23T00:39:08.851 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:08 smithi100 conmon[37928]: : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:09.683 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:09 smithi100 conmon[37928]: cluster 2024-02-23T00:39:08.359667+0000 2024-02-23T00:39:09.683 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:09 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 1057 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:09 smithi144 conmon[43533]: cluster 2024-02-23T00:39:08.359667+0000 mgr.smithi100.rjsfuw (mgr.14180) 1057 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:10.733 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:10.733 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:11.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:11.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:11 smithi100 conmon[37928]: cluster 2024-02-23T00:39:10.360331+0000 mgr.smithi100.rjsfuw (mgr.14180) 1058 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:11 smithi144 conmon[43533]: cluster 2024-02-23T00:39:10.360331+0000 mgr.smithi100.rjsfuw (mgr.14180) 1058 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:12.376 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:12.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:12 smithi100 conmon[37928]: audit 2024-02-23T00:39:10.727758+0000 mgr.smithi100.rjsfuw (mgr.14180) 1059 : audit [DBG] 2024-02-23T00:39:12.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:12 smithi100 conmon[37928]: from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:12.863 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:12 smithi144 conmon[43533]: audit 2024-02-23T00:39:10.727758+0000 mgr.smithi100.rjsfuw (mgr.14180) 1059 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:13.934 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:13 smithi100 conmon[37928]: cluster 2024-02-23T00:39:12.360719+0000 mgr.smithi100.rjsfuw (mgr.14180) 1060 : cluster [DBG] 2024-02-23T00:39:13.934 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:13 smithi100 conmon[37928]: pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:14.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:13 smithi144 conmon[43533]: cluster 2024-02-23T00:39:12.360719+0000 mgr.smithi100.rjsfuw (mgr.14180) 1060 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:14.362 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:14.362 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:14.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:15.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:15 smithi100 conmon[37928]: audit 2024-02-23T00:39:14.356695+0000 mgr.smithi100.rjsfuw (mgr.14180) 1061 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:15.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:15 smithi100 conmon[37928]: cluster 2024-02-23T00:39:14.361233+0000 mgr.smithi100.rjsfuw (mgr.14180) 1062 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:15.992 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:15 smithi144 conmon[43533]: audit 2024-02-23T00:39:14.356695+0000 mgr.smithi100.rjsfuw (mgr.14180) 1061 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:15 smithi144 conmon[43533]: 2024-02-23T00:39:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:15 smithi144 conmon[43533]: cluster 2024-02-23T00:39:14.361233+0000 mgr.smithi100.rjsfuw (mgr.14180) 1062 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:17.585 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:17 smithi100 conmon[37928]: cluster 2024-02-23T00:39:16.361892+0000 mgr.smithi100.rjsfuw (mgr.14180) 1063 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:17.944 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:17.944 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:17 smithi144 conmon[43533]: cluster 2024-02-23T00:39:16.361892+0000 mgr.smithi100.rjsfuw (mgr.14180) 1063 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:18.615 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:19.616 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:19 smithi100 conmon[37928]: audit 2024-02-23T00:39:17.939321+0000 mgr.smithi100.rjsfuw (mgr.14180) 1064 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:19.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:19 smithi100 conmon[37928]: cluster 2024-02-23T00 2024-02-23T00:39:19.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:19 smithi100 conmon[37928]: :39:18.362447+0000 mgr.smithi100.rjsfuw (mgr.14180) 1065 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:20.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:19 smithi144 conmon[43533]: audit 2024-02-23T00:39:17.939321+0000 mgr.smithi100.rjsfuw (mgr.14180) 1064 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:19 smithi144 conmon[43533]: cluster 2024-02-23T00:39:18.362447+0000 mgr.smithi100.rjsfuw (mgr.14180) 1065 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:21.498 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:21.498 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:21 smithi100 conmon[37928]: cluster 2024-02-23T00:39:20.363066+0000 mgr.smithi100.rjsfuw (mgr.14180) 1066 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:21 smithi144 conmon[43533]: cluster 2024-02-23T00:39:20.363066+0000 mgr.smithi100.rjsfuw (mgr.14180) 1066 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:22.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:22 smithi144 conmon[43533]: audit 2024-02-23T00:39:21.492644+0000 mgr.smithi100.rjsfuw (mgr.14180) 1067 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:22.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:22 smithi100 conmon[37928]: audit 2024-02-23T00:39:21.492644+0000 mgr.smithi100.rjsfuw (mgr.14180) 1067 : audit [DBG] 2024-02-23T00:39:22.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:22 smithi100 conmon[37928]: from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:23.180 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:23.808 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:23 smithi100 conmon[37928]: cluster 2024-02-23T00:39:22.363648+0000 mgr.smithi100.rjsfuw (mgr.14180) 1068 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:23 smithi144 conmon[43533]: cluster 2024-02-23T00:39:22.363648+0000 mgr.smithi100.rjsfuw (mgr.14180) 1068 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:25.122 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:25.122 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:25.763 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:25.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:25 smithi100 conmon[37928]: cluster 2024-02-23T00:39:24.364343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1069 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:25 smithi144 conmon[43533]: cluster 2024-02-23T00:39:24.364343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1069 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:26.763 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:26 smithi100 conmon[37928]: audit 2024-02-23T00:39:25.116624+0000 mgr.smithi100.rjsfuw (mgr.14180) 1070 : audit [DBG] 2024-02-23T00:39:26.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:26 smithi100 conmon[37928]: from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:27.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:26 smithi144 conmon[43533]: audit 2024-02-23T00:39:25.116624+0000 mgr.smithi100.rjsfuw (mgr.14180) 1070 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:27.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:27 smithi100 conmon[37928]: cluster 2024-02-23T00:39:26.364935+0000 mgr.smithi100.rjsfuw (mgr.14180) 1071 : cluster [DBG] 2024-02-23T00:39:27.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:27 smithi100 conmon[37928]: pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:27 smithi144 conmon[43533]: cluster 2024-02-23T00:39:26.364935+0000 mgr.smithi100.rjsfuw (mgr.14180) 1071 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:28.697 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:28.697 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:29.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:29.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:29 smithi100 conmon[37928]: cluster 2024-02-23T00:39:28.365320+0000 mgr.smithi100.rjsfuw (mgr.14180) 1072 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:29 smithi144 conmon[43533]: cluster 2024-02-23T00:39:28.365320+0000 mgr.smithi100.rjsfuw (mgr.14180) 1072 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:30.363 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:30 smithi100 conmon[37928]: audit 2024-02-23T00:39:28.691564+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:39:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:30 smithi100 conmon[37928]: 1073 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:31.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:30 smithi144 conmon[43533]: audit 2024-02-23T00:39:28.691564+0000 mgr.smithi100.rjsfuw (mgr.14180) 1073 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:31.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:31 smithi100 conmon[37928]: cluster 2024-02-23T00:39:30.366031+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:39:31.882 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:31 smithi100 conmon[37928]: 1074 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:32.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:31 smithi144 conmon[43533]: cluster 2024-02-23T00:39:30.366031+0000 mgr.smithi100.rjsfuw (mgr.14180) 1074 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:32.251 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:32.251 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:32.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:33.881 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:33.914 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:33 smithi100 conmon[37928]: audit 2024-02-23T00:39:32.245399+0000 mgr.smithi100.rjsfuw (mgr.14180) 1075 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:33.914 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:33 smithi100 conmon[37928]: cluster 2024-02-23T00:39:32.366366+0000 mgr.smithi100.rjsfuw (mgr.14180) 1076 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:34.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:33 smithi144 conmon[43533]: audit 2024-02-23T00:39:32.245399+0000 mgr.smithi100.rjsfuw (mgr.14180) 1075 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:33 smithi144 conmon[43533]: cluster 2024-02 2024-02-23T00:39:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:33 smithi144 conmon[43533]: -23T00:39:32.366366+0000 mgr.smithi100.rjsfuw (mgr.14180) 1076 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:35.861 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:35.862 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:35.888 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:35 smithi100 conmon[37928]: cluster 2024-02-23T00:39:34.366989+0000 mgr.smithi100.rjsfuw (mgr.14180) 1077 : cluster [DBG] 2024-02-23T00:39:35.889 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:35 smithi100 conmon[37928]: pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:35 smithi144 conmon[43533]: cluster 2024-02-23T00:39:34.366989+0000 mgr.smithi100.rjsfuw (mgr.14180) 1077 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:36.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:37.495 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:37.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:37 smithi100 conmon[37928]: audit 2024-02-23T00:39:35.856342+0000 mgr.smithi100.rjsfuw (mgr.14180) 1078 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:37.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:37 smithi100 conmon[37928]: cluster 2024-02-23T00:39:36.367546+0000 mgr.smithi100.rjsfuw (mgr.14180) 1079 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:37 smithi144 conmon[43533]: audit 2024-02-23T00:39:35.856342+0000 mgr.smithi100.rjsfuw (mgr.14180) 1078 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:37 smithi144 conmon[43533]: cluster 2024-02-23T00:39:36.367546+0000 mgr.smithi100.rjsfuw (mgr.14180) 1079 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:39.381 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:39.382 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:39 smithi100 conmon[37928]: cluster 2024-02-23T00:39:38.368051+0000 mgr.smithi100.rjsfuw (mgr.14180) 1080 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:39 smithi144 conmon[43533]: cluster 2024-02-23T00:39:38.368051+0000 mgr.smithi100.rjsfuw (mgr.14180) 1080 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:40.044 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:40.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:40 smithi100 conmon[37928]: audit 2024-02-23T00:39:39.376074+0000 mgr.smithi100.rjsfuw (mgr.14180) 1081 : audit [DBG] 2024-02-23T00:39:40.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:40 smithi100 conmon[37928]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:41.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:40 smithi144 conmon[43533]: audit 2024-02-23T00:39:39.376074+0000 mgr.smithi100.rjsfuw (mgr.14180) 1081 : audit 2024-02-23T00:39:41.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:40 smithi144 conmon[43533]: [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:41.045 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:41.919 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:41 smithi100 conmon[37928]: cluster 2024-02-23T00:39:40.368623+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:39:41.920 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:41 smithi100 conmon[37928]: .14180) 1082 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:42.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:41 smithi144 conmon[43533]: cluster 2024-02-23T00:39:40.368623+0000 mgr.smithi100.rjsfuw (mgr.14180) 1082 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:43.013 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:43.013 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:43.677 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:43.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:43 smithi100 conmon[37928]: cluster 2024-02-23T00:39:42.368950+0000 mgr.smithi100.rjsfuw (mgr.14180) 1083 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:44.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:43 smithi144 conmon[43533]: cluster 2024-02-23T00:39:42.368950+0000 mgr.smithi100.rjsfuw (mgr.14180) 1083 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:44.678 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:44.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:44 smithi100 conmon[37928]: audit 2024-02-23T00:39:43.007484+0000 mgr.smithi100.rjsfuw (mgr.14180) 1084 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:45.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:44 smithi144 conmon[43533]: audit 2024-02-23T00:39:43.007484+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:39:45.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:44 smithi144 conmon[43533]: 1084 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:45.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:45 smithi100 conmon[37928]: cluster 2024-02-23T00:39:44.369562+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:39:45.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:45 smithi100 conmon[37928]: 1085 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:46.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:45 smithi144 conmon[43533]: cluster 2024-02-23T00:39:44.369562+0000 mgr.smithi100.rjsfuw (mgr.14180) 1085 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:46.652 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:46.652 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:47.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:47.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:47 smithi100 conmon[37928]: cluster 2024-02-23T00:39:46.370069+0000 mgr.smithi100.rjsfuw (mgr.14180) 1086 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:47.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:47 smithi100 conmon[37928]: audit 2024-02-23T00:39:46.647158+0000 mgr.smithi100.rjsfuw (mgr.14180) 1087 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:48.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:47 smithi144 conmon[43533]: cluster 2024-02-23T00:39:46.370069+0000 mgr.smithi100.rjsfuw (mgr.14180) 1086 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:48.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:47 smithi144 conmon[43533]: audit 2024-02-23T00:39:46.647158+0000 mgr.smithi100.rjsfuw (mgr.14180) 1087 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:48.262 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:49.852 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:49 smithi100 conmon[37928]: cluster 2024-02-23T00:39:48.370470+0000 mgr.smithi100.rjsfuw (mgr.14180) 1088 : cluster 2024-02-23T00:39:49.852 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:49 smithi100 conmon[37928]: [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:49 smithi144 conmon[43533]: cluster 2024-02-23T00:39:48.370470+0000 mgr.smithi100.rjsfuw (mgr.14180) 1088 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:50.217 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:50.218 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:50.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:51.868 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:51.900 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:51 smithi100 conmon[37928]: audit 2024-02-23T00:39:50.212343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1089 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:51.900 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:51 smithi100 conmon[37928]: cluster 2024-02-23T00:39:50.371024+0000 mgr.smithi100.rjsfuw (mgr.14180) 1090 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:52.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:51 smithi144 conmon[43533]: audit 2024-02-23T00:39:50.212343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1089 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:52.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:51 smithi144 conmon[43533]: cluster 2024-02-23T00:39:50.371024+0000 mgr.smithi100.rjsfuw (mgr.14180) 1090 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:53 smithi100 conmon[37928]: cluster 2024-02-23T00:39:52.371512+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:39:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:53 smithi100 conmon[37928]: mgr.14180) 1091 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:53.795 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:53.795 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:54.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:53 smithi144 conmon[43533]: cluster 2024-02-23T00:39:52.371512+0000 mgr.smithi100.rjsfuw (mgr.14180) 1091 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:54.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:55.420 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:55.841 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:55 smithi100 conmon[37928]: audit 2024-02-23T00:39:53.789246+0000 mgr.smithi100.rjsfuw (mgr.14180) 1092 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:55.842 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:55 smithi100 conmon[37928]: cluster 2024-02-23T00:39:54.372038+0000 mgr.smithi100.rjsfuw (mgr.14180) 1093 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:55 smithi144 conmon[43533]: audit 2024-02-23T00:39:53.789246+0000 mgr.smithi100.rjsfuw (mgr.14180) 1092 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:56.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:55 smithi144 conmon[43533]: cluster 2024-02-23T00:39:54.372038+0000 mgr.smithi100.rjsfuw (mgr.14180) 1093 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:57.369 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:39:57.369 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:39:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:57 smithi100 conmon[37928]: cluster 2024-02-23T00:39:56.372822+0000 mgr.smithi100.rjsfuw (mgr.14180) 1094 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:58.006 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:39:58.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:57 smithi144 conmon[43533]: cluster 2024-02-23T00:39:56.372822+0000 mgr.smithi100.rjsfuw (mgr.14180) 1094 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:39:58.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:58 smithi100 conmon[37928]: audit 2024-02-23T00:39:57.364203+0000 mgr.smithi100.rjsfuw (mgr.14180) 1095 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:59.007 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:39:59.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:58 smithi144 conmon[43533]: audit 2024-02-23T00:39:57.364203+0000 mgr.smithi100.rjsfuw (mgr.14180) 1095 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:39:59.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:59 smithi100 conmon[37928]: cluster 2024-02-23T00:39:58.373393+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:39:59.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:39:59 smithi100 conmon[37928]: 14180) 1096 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:00.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:39:59 smithi144 conmon[43533]: cluster 2024-02-23T00:39:58.373393+0000 mgr.smithi100.rjsfuw (mgr.14180) 1096 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:00.890 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:00.890 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:00.912 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:00 smithi100 conmon[37928]: cluster 2024-02-23T00:40:00.000173+0000 mon.smithi100 (mon 2024-02-23T00:40:00.912 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:00 smithi100 conmon[37928]: .0) 736 : cluster [INF] overall HEALTH_OK 2024-02-23T00:40:01.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:00 smithi144 conmon[43533]: cluster 2024-02-23T00:40:00.000173+0000 mon.smithi100 (mon.0) 736 : cluster [INF] 2024-02-23T00:40:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:00 smithi144 conmon[43533]: overall HEALTH_OK 2024-02-23T00:40:01.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:01 smithi100 conmon[37928]: cluster 2024-02-23T00:40:00.374029+0000 mgr.smithi100.rjsfuw (mgr.14180) 1097 2024-02-23T00:40:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:01 smithi100 conmon[37928]: : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:01 smithi144 conmon[43533]: cluster 2024-02-23T00:40:00.374029+0000 mgr.smithi100.rjsfuw (mgr.14180) 1097 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:02.601 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:02.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:02 smithi100 conmon[37928]: audit 2024-02-23T00:40:00.884894+0000 mgr.smithi100.rjsfuw (mgr.14180) 1098 : audit 2024-02-23T00:40:02.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:02 smithi100 conmon[37928]: [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:03.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:02 smithi144 conmon[43533]: audit 2024-02-23T00:40:00.884894+0000 mgr.smithi100.rjsfuw (mgr.14180) 1098 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:03.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:03 smithi100 conmon[37928]: cluster 2024-02-23T00:40:02.374406+0000 mgr.smithi100.rjsfuw (mgr.14180) 1099 : 2024-02-23T00:40:03.949 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:03 smithi100 conmon[37928]: cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:03 smithi144 conmon[43533]: cluster 2024-02-23T00:40:02.374406+0000 mgr.smithi100.rjsfuw (mgr.14180) 1099 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:04.602 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:04.602 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:05.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:05.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:05 smithi100 conmon[37928]: cluster 2024-02-23T00:40:04.374859+0000 mgr.smithi100.rjsfuw (mgr.14180) 1100 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:05.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:05 smithi100 conmon[37928]: audit 2024-02-23T00:40:04.596941+0000 mgr.smithi100.rjsfuw (mgr.14180) 1101 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:06.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:05 smithi144 conmon[43533]: cluster 2024-02-23T00:40:04.374859+0000 mgr.smithi100.rjsfuw (mgr.14180) 1100 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:06.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:05 smithi144 conmon[43533]: audit 2024-02-23T00:40:04.596941+0000 mgr.smithi100.rjsfuw (mgr.14180) 1101 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:06.275 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:07.865 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:07 smithi100 conmon[37928]: cluster 2024-02-23T00:40:06.375467+0000 mgr.smithi100.rjsfuw (mgr.14180) 1102 : 2024-02-23T00:40:07.866 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:07 smithi100 conmon[37928]: cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:08.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:07 smithi144 conmon[43533]: cluster 2024-02-23T00:40:06.375467+0000 mgr.smithi100.rjsfuw (mgr.14180) 1102 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:08.175 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:08.175 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:08.805 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:09.806 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:09.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:09 smithi100 conmon[37928]: audit 2024-02-23T00:40:08.169142+0000 mgr.smithi100.rjsfuw (mgr.14180) 1103 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:09 smithi100 conmon[37928]: cluster 2024-02-23T00:40:08.375945+0000 mgr.smithi100.rjsfuw (mgr.14180) 1104 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:10.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:09 smithi144 conmon[43533]: audit 2024-02-23T00:40:08.169142+0000 mgr.smithi100.rjsfuw (mgr.14180) 1103 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:09 smithi144 conmon[43533]: cluster 2024-02-23T00:40:08.375945+0000 mgr.smithi100.rjsfuw (mgr.14180) 1104 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:10.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:10 smithi100 conmon[37928]: cluster 2024-02-23T00:40:10.376575+0000 mgr.smithi100.rjsfuw (mgr.14180) 1105 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:10 smithi144 conmon[43533]: cluster 2024-02-23T00:40:10.376575+0000 mgr.smithi100.rjsfuw (mgr.14180) 1105 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:11.723 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:11.723 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:12.354 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:13.355 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:13.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:13 smithi100 conmon[37928]: audit 2024-02-23T00:40:11.717678+0000 mgr.smithi100.rjsfuw (mgr.14180) 1106 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:13.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:13 smithi100 conmon[37928]: cluster 2024-02-23T00:40:12.376973+0000 mgr.smithi100.rjsfuw (mgr.14180) 1107 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:13.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:13 smithi144 conmon[43533]: audit 2024-02-23T00:40:11.717678+0000 mgr.smithi100.rjsfuw (mgr.14180) 1106 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:13.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:13 smithi144 conmon[43533]: cluster 2024-02-23T00:40:12.376973+0000 mgr.smithi100.rjsfuw (mgr.14180) 1107 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:15.241 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:15.241 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:15.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:15 smithi100 conmon[37928]: cluster 2024-02-23T00:40:14.377391+0000 mgr.smithi100.rjsfuw (mgr.14180) 1108 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:15 smithi144 conmon[43533]: cluster 2024-02-23T00:40:14.377391+0000 mgr.smithi100.rjsfuw (mgr.14180) 1108 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:15.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:15 smithi144 conmon[43533]: 2024-02-23T00:40:15.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:16.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:16 smithi100 conmon[37928]: audit 2024-02-23T00:40:15 2024-02-23T00:40:16.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:16 smithi100 conmon[37928]: .235729+0000 mgr.smithi100.rjsfuw (mgr.14180) 1109 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:16.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:16 smithi144 conmon[43533]: audit 2024-02-23T00:40:15.235729+0000 mgr.smithi100.rjsfuw (mgr.14180) 1109 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:16.892 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:17 smithi100 conmon[37928]: cluster 2024-02-23T00:40:16.378155+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:40:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:17 smithi100 conmon[37928]: mgr.14180) 1110 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:17.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:17 smithi144 conmon[43533]: cluster 2024-02-23T00:40:16.378155+0000 mgr.smithi100.rjsfuw (mgr.14180) 1110 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:18.837 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:18.837 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:19.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:19.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:19 smithi100 conmon[37928]: cluster 2024-02-23T00:40:18.378523+0000 mgr.smithi100.rjsfuw (mgr.14180) 1111 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:19.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:19 smithi144 conmon[43533]: cluster 2024-02-23T00:40:18.378523+0000 mgr.smithi100.rjsfuw (mgr.14180) 1111 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:20.456 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:20.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:20 smithi144 conmon[43533]: audit 2024-02-23T00:40:18.832044+0000 mgr.smithi100.rjsfuw (mgr.14180) 1112 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:20.912 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:20 smithi100 conmon[37928]: audit 2024-02-23T00:40:18.832044+0000 mgr.smithi100.rjsfuw (mgr.14180) 1112 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:21.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:21 smithi100 conmon[37928]: cluster 2024-02-23T00:40:20.379231+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:40:21.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:21 smithi100 conmon[37928]: ) 1113 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:21.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:21 smithi144 conmon[43533]: cluster 2024-02-23T00:40:20.379231+0000 mgr.smithi100.rjsfuw (mgr.14180) 1113 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:22.379 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:22.379 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:23.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:23 smithi144 conmon[43533]: audit 2024-02-23T00:40:22.373590+0000 mgr.smithi100.rjsfuw (mgr.14180) 1114 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:23.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:23 smithi144 conmon[43533]: cluster 2024-02-23T00:40:22.379544+0000 mgr.smithi100.rjsfuw (mgr.14180) 1115 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:23.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:23 smithi100 conmon[37928]: audit 2024-02-23T00:40:22.373590+0000 mgr.smithi100.rjsfuw (mgr.14180) 1114 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:23.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:23 smithi100 conmon[37928]: cluster 2024-02-23T00:40:22.379544+0000 mgr.smithi100.rjsfuw (mgr.14180) 1115 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:24.022 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:25.757 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:25.758 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:25.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:25 smithi144 conmon[43533]: cluster 2024-02-23T00:40:24.380073+0000 mgr.smithi100.rjsfuw (mgr.14180) 1116 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:25.782 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:25 smithi100 conmon[37928]: cluster 2024-02-23T00:40:24.380073+0000 mgr.smithi100.rjsfuw (mgr.14180) 1116 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:26.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:27.429 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:27 smithi144 conmon[43533]: audit 2024-02-23T00:40:25.752071+0000 mgr.smithi100.rjsfuw (mgr.14180) 1117 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:27 smithi144 conmon[43533]: cluster 2024-02-23T00:40:26.380643+0000 2024-02-23T00:40:27.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:27 smithi144 conmon[43533]: mgr.smithi100.rjsfuw (mgr.14180) 1118 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:27.919 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:27 smithi100 conmon[37928]: audit 2024-02-23T00:40:25.752071+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:40:27.919 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:27 smithi100 conmon[37928]: ) 1117 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:27.920 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:27 smithi100 conmon[37928]: cluster 2024-02-23T00:40:26.380643+0000 mgr.smithi100.rjsfuw (mgr.14180) 1118 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:29.325 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:29.325 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:29.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:29 smithi100 conmon[37928]: cluster 2024-02-23T00:40:28.381044+0000 mgr.smithi100.rjsfuw (mgr.14180) 1119 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:29 smithi144 conmon[43533]: cluster 2024-02-23T00:40:28.381044+0000 mgr.smithi100.rjsfuw (mgr.14180) 1119 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:29.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:29 smithi144 conmon[43533]: 2024-02-23T00:40:29.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:30.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:30 smithi144 conmon[43533]: audit 2024-02-23T00:40:29.319523+0000 mgr.smithi100.rjsfuw (mgr.14180) 1120 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:30 smithi100 conmon[37928]: audit 2024-02-23T00:40:29.319523+0000 mgr.smithi100.rjsfuw (mgr.14180) 1120 2024-02-23T00:40:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:30 smithi100 conmon[37928]: : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:30.960 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:31 smithi100 conmon[37928]: cluster 2024-02-23T00:40:30.381628+0000 mgr.smithi100.rjsfuw (mgr.14180) 1121 : 2024-02-23T00:40:31.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:31 smithi100 conmon[37928]: cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:31.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:31 smithi144 conmon[43533]: cluster 2024-02-23T00:40:30.381628+0000 mgr.smithi100.rjsfuw (mgr.14180) 1121 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:32.878 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:32.878 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:31:42.725849Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.eebjux on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:33.534 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:33.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:33 smithi144 conmon[43533]: cluster 2024-02-23T00:40:32.382035+0000 mgr.smithi100.rjsfuw (mgr.14180) 1122 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:33.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:33 smithi100 conmon[37928]: cluster 2024-02-23T00:40:32.382035+0000 mgr.smithi100.rjsfuw (mgr.14180) 1122 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:34.535 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:34.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:34 smithi144 conmon[43533]: audit 2024-02-23T00:40:32.872771+0000 mgr.smithi100.rjsfuw (mgr.14180) 1123 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:34.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:34 smithi144 conmon[43533]: 2024-02-23T00:40:34.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:34 smithi144 conmon[43533]: audit 2024-02-23T00:40:33.957310+0000 mon.smithi100 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.btijtj"}]: dispatch 2024-02-23T00:40:34.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:34 smithi100 conmon[37928]: audit 2024-02-23T00:40 2024-02-23T00:40:34.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:34 smithi100 conmon[37928]: :32.872771+0000 mgr.smithi100.rjsfuw (mgr.14180) 1123 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:34.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:34 smithi100 conmon[37928]: audit 2024-02-23T00:40:33.957310+0000 mon.smithi100 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi144.btijtj"}]: dispatch 2024-02-23T00:40:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: cephadm 2024-02-23T00: 2024-02-23T00:40:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 40:33.956667+0000 mgr.smithi100.rjsfuw (mgr.14180) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:40:35.704 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.705 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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 authentic 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: ating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: cephadm 2024-02-23T00:40:33.956963+0000 mgr.smithi100.rjsfuw (mgr.14180) 1125 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: cephadm 2024-02-23T00:40:33.957950+0000 mgr.smithi100.rjsfuw (mgr.14180) 1126 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.706 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: cephadm 2024-02-23T00:40:33.959576+0000 mgr.smithi100.rjsfuw (mgr.14180) 1127 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.vvwnlm on smithi100 2024-02-23T00:40:35.707 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:35 smithi100 conmon[37928]: cluster 2024-02-23T00:40:34.382609+0000 mgr.smithi100.rjsfuw (mgr.14180) 1128 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:35.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: cephadm 2024-02-23T00:40:33.956667+0000 mgr.smithi100.rjsfuw (mgr.14180) 1124 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:40:35.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-23T00:40:35.765 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: cephadm 2024-02-23T00:40:33.956963+0000 mgr.smithi100.rjsfuw (mgr.14180) 1125 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: cephadm 2024-02-23T00:40:33.957950+0000 mgr.smithi100.rjsfuw (mgr.14180) 1126 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi144.btijtj ... 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:38:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:14Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:39:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:40:35.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:40:35.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: cephadm 2024-02-23T00:40:33.959576+0000 mgr.smithi100.rjsfuw (mgr.14180) 1127 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi100.vvwnlm on smithi100 2024-02-23T00:40:35.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:35 smithi144 conmon[43533]: cluster 2024-02-23T00:40:34.382609+0000 mgr.smithi100.rjsfuw (mgr.14180) 1128 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:36.458 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:36.458 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:37.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:37.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:37 smithi144 conmon[43533]: cluster 2024-02-23T00:40:36.383153+0000 mgr.smithi100.rjsfuw (mgr.14180) 1129 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:37.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:37 smithi144 conmon[43533]: audit 2024-02-23T00:40:36.452440+0000 mgr.smithi100.rjsfuw (mgr.14180) 1130 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:37.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:37 smithi100 conmon[37928]: cluster 2024-02-23T00:40:36.383153+0000 mgr.smithi100.rjsfuw (mgr.14180) 1129 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:37.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:37 smithi100 conmon[37928]: audit 2024-02-23T00:40:36.452440+0000 mgr.smithi100.rjsfuw (mgr.14180) 1130 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:38.135 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:39 smithi100 conmon[37928]: cluster 2024-02-23T00:40:38.383513+0000 mgr.smithi100.rjsfuw (mgr.14180) 1131 : 2024-02-23T00:40:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:39 smithi100 conmon[37928]: cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:39 smithi144 conmon[43533]: cluster 2024-02-23T00:40:38.383513+0000 mgr.smithi100.rjsfuw (mgr.14180) 1131 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:40.058 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:40.058 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:40.850 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:41.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:41 smithi144 conmon[43533]: audit 2024-02-23T00:40:40.053336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1132 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:41.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:41 smithi144 conmon[43533]: cluster 2024-02-23T00:40:40.384339+0000 mgr.smithi100.rjsfuw (mgr.14180) 1133 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:41.851 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:41.884 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:41 smithi100 conmon[37928]: audit 2024-02-23T00:40:40.053336+0000 mgr.smithi100.rjsfuw (mgr.14180) 1132 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:41.884 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:41 smithi100 conmon[37928]: cluster 2024-02-23T00:40:40.384339+0000 mgr.smithi100.rjsfuw (mgr.14180) 1133 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:43.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:43 smithi100 conmon[37928]: cluster 2024-02-23T00:40:42.384738+0000 mgr.smithi100.rjsfuw (mgr.14180) 1134 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:43.723 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:43.723 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:43.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:43 smithi144 conmon[43533]: cluster 2024-02-23T00:40:42.384738+0000 mgr.smithi100.rjsfuw (mgr.14180) 1134 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:44.382 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:45.384 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:45 smithi100 conmon[37928]: audit 2024-02-23T00:40:43.718312+0000 mgr.smithi100.rjsfuw (mgr.14180) 1135 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:45 smithi100 conmon[37928]: cluster 2024-02-23T00:40:45.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:45 smithi100 conmon[37928]: 2024-02-23T00:40:44.385343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1136 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:45.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:45 smithi144 conmon[43533]: audit 2024-02-23T00:40:43.718312+0000 mgr.smithi100.rjsfuw (mgr.14180) 1135 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:45.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:45 smithi144 conmon[43533]: cluster 2024-02-23T00:40:44.385343+0000 mgr.smithi100.rjsfuw (mgr.14180) 1136 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:47.299 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:47.299 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:47.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:47 smithi100 conmon[37928]: cluster 2024-02-23T00:40:46.385882+0000 mgr.smithi100.rjsfuw (mgr.14180) 1137 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:47.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:47 smithi144 conmon[43533]: cluster 2024-02-23T00:40:46.385882+0000 mgr.smithi100.rjsfuw (mgr.14180) 1137 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:47.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:47 smithi144 conmon[43533]: 2024-02-23T00:40:47.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:48.924 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:48.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:48 smithi100 conmon[37928]: audit 2024-02-23T00:40:47.293602+0000 mgr.smithi100.rjsfuw (mgr.14180) 1138 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:48 smithi144 conmon[43533]: audit 2024-02-23T00:40:47.293602+0000 mgr.smithi100.rjsfuw (mgr.14180) 1138 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:48 smithi144 conmon[43533]: 2024-02-23T00:40:49.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:49 smithi100 conmon[37928]: cluster 2024-02-23T00:40:48.386439+0000 mgr.smithi100.rjsfuw (mgr.14180) 1139 2024-02-23T00:40:49.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:49 smithi100 conmon[37928]: : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:50.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:49 smithi144 conmon[43533]: cluster 2024-02-23T00:40:48.386439+0000 mgr.smithi100.rjsfuw (mgr.14180) 1139 : cluster [DBG] 2024-02-23T00:40:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:49 smithi144 conmon[43533]: pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:50.846 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:50.846 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:51.491 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:51.956 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:51 smithi100 conmon[37928]: cluster 2024-02-23T00:40:50.386983+0000 mgr.smithi100.rjsfuw (mgr.14180) 1140 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:52.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:51 smithi144 conmon[43533]: cluster 2024-02-23T00:40:50.386983+0000 mgr.smithi100.rjsfuw (mgr.14180) 1140 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:52.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:51 smithi144 conmon[43533]: 2024-02-23T00:40:52.492 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:52.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:52 smithi144 conmon[43533]: audit 2024-02-23T00:40:50.839851+0000 mgr.smithi100.rjsfuw (mgr.14180) 1141 : audit [DBG] 2024-02-23T00:40:52.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:52 smithi144 conmon[43533]: from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:52.932 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:52 smithi100 conmon[37928]: audit 2024-02-23T00:40:50.839851+0000 mgr.smithi100.rjsfuw (mgr.14180) 1141 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:53 smithi100 conmon[37928]: cluster 2024-02-23T00:40:52.387431+0000 mgr.smithi100.rjsfuw (mgr.14180) 1142 : cluster [DBG] 2024-02-23T00:40:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:53 smithi100 conmon[37928]: pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:54.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:53 smithi144 conmon[43533]: cluster 2024-02-23T00:40:52.387431+0000 mgr.smithi100.rjsfuw (mgr.14180) 1142 : cluster 2024-02-23T00:40:54.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:53 smithi144 conmon[43533]: [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:54.449 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:54.449 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:55.177 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:55.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:55 smithi100 conmon[37928]: cluster 2024-02-23T00:40:54.387873+0000 mgr.smithi100.rjsfuw (mgr.14180) 1143 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:55.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:55 smithi100 conmon[37928]: audit 2024-02-23T00:40:54.443639+0000 mgr.smithi100.rjsfuw (mgr.14180) 1144 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:56.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:55 smithi144 conmon[43533]: cluster 2024-02-23T00:40:54.387873+0000 mgr.smithi100.rjsfuw (mgr.14180) 1143 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:56.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:55 smithi144 conmon[43533]: 2024-02-23T00:40:56.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:55 smithi144 conmon[43533]: audit 2024-02-23T00:40:54.443639+0000 mgr.smithi100.rjsfuw (mgr.14180) 1144 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:56.178 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:57.801 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:57 smithi100 conmon[37928]: cluster 2024-02-23T00:40:56.388504+0000 mgr.smithi100.rjsfuw (mgr.14180) 1145 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:58.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:57 smithi144 conmon[43533]: cluster 2024-02-23T00:40:56.388504+0000 mgr.smithi100.rjsfuw (mgr.14180) 1145 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:40:58.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:57 smithi144 conmon[43533]: 2024-02-23T00:40:58.169 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:40:58.169 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:40:58.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:40:59.705 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:40:59.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:59 smithi100 conmon[37928]: audit 2024-02-23T00:40:58.163342+0000 mgr.smithi100.rjsfuw (mgr.14180) 1146 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:40:59.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:40:59 smithi100 conmon[37928]: cluster 2024-02-23T00:40:58.389094+0000 mgr.smithi100.rjsfuw (mgr.14180) 1147 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:00.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:59 smithi144 conmon[43533]: audit 2024-02-23T00:40:58.163342+0000 mgr.smithi100.rjsfuw (mgr.14180) 1146 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:00.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:59 smithi144 conmon[43533]: 2024-02-23T00:41:00.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:40:59 smithi144 conmon[43533]: cluster 2024-02-23T00:40:58.389094+0000 mgr.smithi100.rjsfuw (mgr.14180) 1147 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:01.574 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:01.574 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:01.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:01 smithi100 conmon[37928]: cluster 2024-02-23T00:41:00.389715+0000 mgr.smithi100.rjsfuw (mgr.14180) 1148 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:01 smithi144 conmon[43533]: cluster 2024-02-23T00:41:00.389715+0000 mgr.smithi100.rjsfuw (mgr.14180) 1148 : 2024-02-23T00:41:02.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:01 smithi144 conmon[43533]: cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:02.131 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:02.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:02 smithi144 conmon[43533]: audit 2024-02-23T00:41:01.568740+0000 mgr.smithi100.rjsfuw (mgr.14180) 1149 : audit [DBG] 2024-02-23T00:41:02.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:02 smithi144 conmon[43533]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:02.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:02 smithi100 conmon[37928]: audit 2024-02-23T00:41:01.568740+0000 mgr.smithi100.rjsfuw (mgr.14180) 1149 : 2024-02-23T00:41:02.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:02 smithi100 conmon[37928]: audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:03.132 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:03.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:03 smithi100 conmon[37928]: cluster 2024-02-23T00:41:02.390033+0000 mgr.smithi100.rjsfuw (mgr.14180) 1150 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:03 smithi144 conmon[43533]: cluster 2024-02-23T00:41:02.390033+0000 mgr.smithi100.rjsfuw (mgr.14180) 1150 : cluster [DBG] 2024-02-23T00:41:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:03 smithi144 conmon[43533]: pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:05.013 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:05.013 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:05.670 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:05.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:05 smithi100 conmon[37928]: cluster 2024-02-23T00:41:04.390541+0000 mgr.smithi100.rjsfuw 2024-02-23T00:41:05.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:05 smithi100 conmon[37928]: (mgr.14180) 1151 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:06.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:05 smithi144 conmon[43533]: cluster 2024-02-23T00:41:04.390541+0000 mgr.smithi100.rjsfuw (mgr.14180) 1151 : cluster [DBG] 2024-02-23T00:41:06.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:05 smithi144 conmon[43533]: pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:06.671 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:06.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:06 smithi100 conmon[37928]: audit 2024-02-23T00:41:05.007555+0000 mgr.smithi100.rjsfuw (mgr.14180) 1152 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:07.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:06 smithi144 conmon[43533]: audit 2024-02-23T00:41:05.007555+0000 mgr.smithi100.rjsfuw (mgr.14180) 1152 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:07.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:06 smithi144 conmon[43533]: 2024-02-23T00:41:07.935 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:07 smithi100 conmon[37928]: cluster 2024-02-23T00:41:06.391255+0000 mgr.smithi100.rjsfuw (mgr.14180) 1153 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:07 smithi144 conmon[43533]: cluster 2024-02-23T00:41:06.391255+0000 mgr.smithi100.rjsfuw (mgr.14180) 1153 : cluster 2024-02-23T00:41:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:07 smithi144 conmon[43533]: [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:08.546 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:08.546 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:09.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:09.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:09 smithi100 conmon[37928]: cluster 2024-02-23T00:41:08.391585+0000 mgr.smithi100.rjsfuw (mgr.14180) 1154 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:09 smithi100 conmon[37928]: audit 2024-02-23T00:41:08.540673+0000 mgr.smithi100.rjsfuw (mgr.14180) 1155 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:09 smithi144 conmon[43533]: cluster 2024-02-23T00:41:08.391585+0000 mgr.smithi100.rjsfuw (mgr.14180) 1154 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:09 smithi144 conmon[43533]: 2024-02-23T00:41:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:09 smithi144 conmon[43533]: audit 2024-02-23T00:41:08.540673+0000 mgr.smithi100.rjsfuw (mgr.14180) 1155 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:10.173 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:11.646 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:11 smithi100 conmon[37928]: cluster 2024-02-23T00 2024-02-23T00:41:11.646 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:11 smithi100 conmon[37928]: :41:10.392339+0000 mgr.smithi100.rjsfuw (mgr.14180) 1156 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:11.989 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:11.989 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:12.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:11 smithi144 conmon[43533]: cluster 2024-02-23T00:41:10.392339+0000 mgr.smithi100.rjsfuw (mgr.14180) 1156 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:12.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:13.563 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:13 smithi100 conmon[37928]: audit 2024-02-23T00:41:11.984141+0000 mgr.smithi100.rjsfuw (mgr.14180) 1157 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:13 smithi100 conmon[37928]: cluster 2024-02-23T00:41:12.392694+0000 mgr.smithi100.rjsfuw (mgr.14180) 1158 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:13 smithi144 conmon[43533]: audit 2024-02-23T00:41:11.984141+0000 mgr.smithi100.rjsfuw (mgr.14180) 1157 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:13 smithi144 conmon[43533]: 2024-02-23T00:41:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:13 smithi144 conmon[43533]: cluster 2024-02-23T00:41:12.392694+0000 mgr.smithi100.rjsfuw (mgr.14180) 1158 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:15.473 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:15.473 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:15.955 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:15 smithi100 conmon[37928]: cluster 2024-02-23T00:41:14.393234+0000 mgr.smithi100.rjsfuw (mgr.14180) 1159 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:16.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:15 smithi144 conmon[43533]: cluster 2024-02-23T00:41:14.393234+0000 mgr.smithi100.rjsfuw (mgr.14180) 1159 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:16.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:16.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:16 smithi100 conmon[37928]: audit 2024-02-23T00:41:15.467429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1160 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:17.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:16 smithi144 conmon[43533]: audit 2024-02-23T00:41:15.467429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1160 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:17.128 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:17.887 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:17 smithi100 conmon[37928]: cluster 2024-02-23T00:41:16.393733+0000 mgr.smithi100.rjsfuw (mgr.14180) 1161 : cluster 2024-02-23T00:41:17.887 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:17 smithi100 conmon[37928]: [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:18.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:17 smithi144 conmon[43533]: cluster 2024-02-23T00:41:16.393733+0000 mgr.smithi100.rjsfuw (mgr.14180) 1161 : cluster 2024-02-23T00:41:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:17 smithi144 conmon[43533]: [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:18.875 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:18.875 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:19.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:19 smithi100 conmon[37928]: cluster 2024-02-23T00:41:18.394290+0000 mgr.smithi100.rjsfuw (mgr.14180) 1162 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:19 smithi144 conmon[43533]: cluster 2024-02-23T00:41:18.394290+0000 mgr.smithi100.rjsfuw (mgr.14180) 1162 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:20.563 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:20.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:20 smithi100 conmon[37928]: audit 2024-02-23T00:41:18.870065+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:41:20.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:20 smithi100 conmon[37928]: mgr.14180) 1163 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:21.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:20 smithi144 conmon[43533]: audit 2024-02-23T00:41:18.870065+0000 mgr.smithi100.rjsfuw (mgr.14180) 1163 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:21 smithi100 conmon[37928]: cluster 2024-02-23T00:41:20.394931+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:41:21.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:21 smithi100 conmon[37928]: 14180) 1164 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:22.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:21 smithi144 conmon[43533]: cluster 2024-02-23T00:41:20.394931+0000 mgr.smithi100.rjsfuw (mgr.14180) 1164 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:22.507 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:22.507 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:23.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:23.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:23 smithi100 conmon[37928]: cluster 2024-02-23T00:41:22.395264+0000 mgr.smithi100.rjsfuw (mgr.14180) 1165 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:23.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:23 smithi100 conmon[37928]: audit 2024-02-23T00:41:22.501445+0000 mgr.smithi100.rjsfuw (mgr.14180) 1166 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:23 smithi144 conmon[43533]: cluster 2024-02-23T00:41:22.395264+0000 mgr.smithi100.rjsfuw (mgr.14180) 1165 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:24.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:23 smithi144 conmon[43533]: audit 2024-02-23T00:41:22.501445+0000 mgr.smithi100.rjsfuw (mgr.14180) 1166 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:24.196 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:25.940 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:25.940 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:25.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:25 smithi100 conmon[37928]: cluster 2024-02-23T00:41:24.395785+0000 mgr.smithi100.rjsfuw (mgr.14180) 1167 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 81 op/s 2024-02-23T00:41:26.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:25 smithi144 conmon[43533]: cluster 2024-02-23T00:41:24.395785+0000 mgr.smithi100.rjsfuw (mgr.14180) 1167 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 81 op/s 2024-02-23T00:41:26.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:27.686 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:27.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:27 smithi100 conmon[37928]: audit 2024-02-23T00:41:25.934741+0000 mgr.smithi100.rjsfuw (mgr.14180) 1168 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:27.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:27 smithi100 conmon[37928]: cluster 2024-02-23T00:41:26.396263+0000 mgr.smithi100.rjsfuw (mgr.14180) 1169 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2024-02-23T00:41:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:27 smithi144 conmon[43533]: audit 2024-02-23T00:41:25.934741+0000 mgr.smithi100.rjsfuw (mgr.14180) 1168 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:28.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:27 smithi144 conmon[43533]: cluster 2024-02-23T00:41:26.396263+0000 mgr.smithi100.rjsfuw (mgr.14180) 1169 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2024-02-23T00:41:29.445 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:29.445 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:29.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:29 smithi100 conmon[37928]: cluster 2024-02-23T00:41:28.396831+0000 mgr.smithi100.rjsfuw (mgr.14180) 1170 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 173 op/s 2024-02-23T00:41:29.993 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:29 smithi144 conmon[43533]: cluster 2024-02-23T00:41:28.396831+0000 mgr.smithi100.rjsfuw (mgr.14180) 1170 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 104 KiB/s rd, 0 B/s wr, 173 op/s 2024-02-23T00:41:30.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:30 smithi100 conmon[37928]: audit 2024-02-23T00:41:29.439293+0000 mgr.smithi100.rjsfuw (mgr.14180) 1171 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:30.994 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:31.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:30 smithi144 conmon[43533]: audit 2024-02-23T00:41:29.439293+0000 mgr.smithi100.rjsfuw (mgr.14180) 1171 : audit [DBG] 2024-02-23T00:41:31.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:30 smithi144 conmon[43533]: from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:31.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:31 smithi100 conmon[37928]: cluster 2024-02-23T00:41:30.397563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1172 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:32.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:31 smithi144 conmon[43533]: cluster 2024-02-23T00:41:30.397563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1172 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:32.832 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:32.832 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:33.366 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:33.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:33 smithi100 conmon[37928]: cluster 2024-02-23T00:41:32.397939+0000 mgr.smithi100.rjsfuw (mgr.14180) 1173 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:33 smithi144 conmon[43533]: cluster 2024-02-23T00:41:32.397939+0000 mgr.smithi100.rjsfuw (mgr.14180) 1173 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:34.367 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:34.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:34 smithi100 conmon[37928]: audit 2024-02-23T00:41:32.826061+0000 mgr.smithi100.rjsfuw (mgr.14180) 1174 : audit 2024-02-23T00:41:34.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:34 smithi100 conmon[37928]: [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:35.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:34 smithi144 conmon[43533]: audit 2024-02-23T00:41:32.826061+0000 mgr.smithi100.rjsfuw (mgr.14180) 1174 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:35.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:35 smithi100 conmon[37928]: cluster 2024-02-23T00:41:34.398517+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:41:35.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:35 smithi100 conmon[37928]: .14180) 1175 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:36.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:35 smithi144 conmon[43533]: cluster 2024-02-23T00:41:34.398517+0000 mgr.smithi100.rjsfuw (mgr.14180) 1175 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-23T00:41:36.089 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:36.090 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:36.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:36.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:36 smithi100 conmon[37928]: audit 2024-02-23T00:41:36.084449+0000 mgr.smithi100.rjsfuw ( 2024-02-23T00:41:36.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:36 smithi100 conmon[37928]: mgr.14180) 1176 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:36.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:36 smithi100 conmon[37928]: cluster 2024-02-23T00:41:36.398989+0000 mgr.smithi100.rjsfuw (mgr.14180) 1177 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2024-02-23T00:41:37.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:36 smithi144 conmon[43533]: audit 2024-02-23T00:41:36.084449+0000 mgr.smithi100.rjsfuw (mgr.14180) 1176 : audit [DBG] 2024-02-23T00:41:37.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:36 smithi144 conmon[43533]: from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:37.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:36 smithi144 conmon[43533]: cluster 2024-02-23T00:41:36.398989+0000 mgr.smithi100.rjsfuw (mgr.14180) 1177 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2024-02-23T00:41:37.606 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:39.307 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:39.308 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:39.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:39 smithi100 conmon[37928]: cluster 2024-02-23T00:41:38.399389+0000 mgr.smithi100.rjsfuw (mgr.14180) 1178 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:41:39.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:39 smithi144 conmon[43533]: cluster 2024-02-23T00:41:38.399389+0000 mgr.smithi100.rjsfuw (mgr.14180) 1178 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-23T00:41:39.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:40.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:40 smithi144 conmon[43533]: audit 2024-02-23T00:41:39.301334+0000 mgr.smithi100.rjsfuw (mgr.14180) 1179 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:40.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:40 smithi144 conmon[43533]: 2024-02-23T00:41:40.858 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:40.892 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:40 smithi100 conmon[37928]: audit 2024-02-23T00:41:39.301334+0000 mgr.smithi100.rjsfuw (mgr.14180) 1179 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:41.658 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:41 smithi100 conmon[37928]: cluster 2024-02-23T00:41:40.400179+0000 mgr.smithi100.rjsfuw (mgr.14180) 1180 : cluster [DBG] 2024-02-23T00:41:41.658 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:41 smithi100 conmon[37928]: pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-23T00:41:41.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:41 smithi144 conmon[43533]: cluster 2024-02-23T00:41:40.400179+0000 mgr.smithi100.rjsfuw (mgr.14180) 1180 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-23T00:41:42.612 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:42.612 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:43.173 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:43.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:43 smithi144 conmon[43533]: cluster 2024-02-23T00:41:42.400555+0000 mgr.smithi100.rjsfuw (mgr.14180) 1181 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:43.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:43 smithi144 conmon[43533]: audit 2024-02-23T00:41:42.606152+0000 mgr.smithi100.rjsfuw (mgr.14180) 1182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:43 smithi100 conmon[37928]: cluster 2024-02-23T00:41:42.400555+0000 mgr.smithi100.rjsfuw (mgr.14180) 1181 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:43 smithi100 conmon[37928]: audit 2024-02-23T00:41:42.606152+0000 mgr.smithi100.rjsfuw (mgr.14180) 1182 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:44.175 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:45.666 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:45 smithi100 conmon[37928]: cluster 2024-02-23T00:41:44.401090+0000 mgr.smithi100.rjsfuw (mgr.14180) 1183 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:45.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:45 smithi144 conmon[43533]: cluster 2024-02-23T00:41:44.401090+0000 mgr.smithi100.rjsfuw (mgr.14180) 1183 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:45.990 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:45.990 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:46.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:47.549 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:47.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:47 smithi144 conmon[43533]: audit 2024-02-23T00:41:45.984640+0000 mgr.smithi100.rjsfuw (mgr.14180) 1184 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:47.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:47 smithi144 conmon[43533]: cluster 2024-02-23T00:41:46.401724+0000 mgr.smithi100.rjsfuw (mgr.14180) 1185 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:47.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:47 smithi100 conmon[37928]: audit 2024-02-23T00:41:45.984640+0000 mgr.smithi100.rjsfuw (mgr.14180) 1184 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:47.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:47 smithi100 conmon[37928]: cluster 2024-02-23T00:41:46.401724+0000 mgr.smithi100.rjsfuw (mgr.14180) 1185 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:49.371 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:49.372 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:49.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:49 smithi100 conmon[37928]: cluster 2024-02-23T00:41:48.402237+0000 mgr.smithi100.rjsfuw (mgr.14180) 1186 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:49.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:49 smithi144 conmon[43533]: cluster 2024-02-23T00:41:48.402237+0000 mgr.smithi100.rjsfuw (mgr.14180) 1186 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:49.937 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:50.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:50 smithi144 conmon[43533]: audit 2024-02-23T00:41:49.365757+0000 mgr.smithi100.rjsfuw (mgr.14180) 1187 : audit [DBG] 2024-02-23T00:41:50.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:50 smithi144 conmon[43533]: from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:50.938 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:50.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:50 smithi100 conmon[37928]: audit 2024-02-23T00:41:49.365757+0000 mgr.smithi100.rjsfuw (mgr.14180) 1187 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:51.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:51 smithi100 conmon[37928]: cluster 2024-02-23T00:41:50.403065+0000 2024-02-23T00:41:51.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:51 smithi100 conmon[37928]: mgr.smithi100.rjsfuw (mgr.14180) 1188 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:51.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:51 smithi144 conmon[43533]: cluster 2024-02-23T00:41:50.403065+0000 mgr.smithi100.rjsfuw (mgr.14180) 1188 : cluster 2024-02-23T00:41:51.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:51 smithi144 conmon[43533]: [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:52.705 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:52.706 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:53.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:53.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:53 smithi144 conmon[43533]: cluster 2024-02-23T00:41:52.403376+0000 mgr.smithi100.rjsfuw (mgr.14180) 1189 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:53.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:53 smithi100 conmon[37928]: cluster 2024-02-23T00:41:52.403376+0000 mgr.smithi100.rjsfuw (mgr.14180) 1189 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:54.256 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:54.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:54 smithi100 conmon[37928]: audit 2024-02-23T00:41:52.699796+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:41:54.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:54 smithi100 conmon[37928]: .14180) 1190 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:54.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:54 smithi144 conmon[43533]: audit 2024-02-23T00:41:52.699796+0000 mgr.smithi100.rjsfuw (mgr.14180) 1190 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:55.696 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:55 smithi100 conmon[37928]: cluster 2024-02-23T00:41:54.404013+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:41:55.696 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:55 smithi100 conmon[37928]: .14180) 1191 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:55 smithi144 conmon[43533]: cluster 2024-02-23T00:41:54.404013+0000 mgr.smithi100.rjsfuw (mgr.14180) 1191 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:56.016 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:56.016 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:56.538 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:41:57.539 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:41:57.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:57 smithi144 conmon[43533]: audit 2024-02-23T00:41:56.010917+0000 mgr.smithi100.rjsfuw (mgr.14180) 1192 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:57 smithi144 conmon[43533]: cluster 2024-02-23T00:41:56.404509+0000 mgr.smithi100.rjsfuw (mgr.14180) 1193 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:57.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:57 smithi100 conmon[37928]: audit 2024-02-23T00:41:56.010917+0000 mgr.smithi100.rjsfuw (mgr.14180) 1192 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:41:57.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:57 smithi100 conmon[37928]: cluster 2024-02-23T00:41:56.404509+0000 mgr.smithi100.rjsfuw (mgr.14180) 1193 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:59.270 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:41:59.270 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:41:59.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:41:59 smithi100 conmon[37928]: cluster 2024-02-23T00:41:58.404864+0000 mgr.smithi100.rjsfuw (mgr.14180) 1194 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:59.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:41:59 smithi144 conmon[43533]: cluster 2024-02-23T00:41:58.404864+0000 mgr.smithi100.rjsfuw (mgr.14180) 1194 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:41:59.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:00.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:00 smithi144 conmon[43533]: audit 2024-02-23T00:41:59.263747+0000 mgr.smithi100.rjsfuw (mgr.14180) 1195 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:00.881 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:00.914 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:00 smithi100 conmon[37928]: audit 2024-02-23T00:41:59.263747+0000 mgr.smithi100.rjsfuw (mgr.14180) 1195 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:01.680 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:01 smithi100 conmon[37928]: cluster 2024-02-23T00:42:00.405720+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:42:01.680 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:01 smithi100 conmon[37928]: 14180) 1196 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:02.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:01 smithi144 conmon[43533]: cluster 2024-02-23T00:42:00.405720+0000 mgr.smithi100.rjsfuw (mgr.14180) 1196 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:02.668 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:02.668 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:03.186 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:03.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:03 smithi100 conmon[37928]: cluster 2024-02-23T00:42:02.406101+0000 mgr.smithi100.rjsfuw (mgr.14180) 1197 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:03.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:03 smithi100 conmon[37928]: audit 2024-02-23T00:42:02.662670+0000 mgr.smithi100.rjsfuw (mgr.14180) 1198 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:03 smithi144 conmon[43533]: cluster 2024-02-23T00:42:02.406101+0000 mgr.smithi100.rjsfuw (mgr.14180) 1197 : cluster [DBG] 2024-02-23T00:42:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:03 smithi144 conmon[43533]: pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:04.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:03 smithi144 conmon[43533]: audit 2024-02-23T00:42:02.662670+0000 mgr.smithi100.rjsfuw (mgr.14180) 1198 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:04.187 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:05.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:05 smithi100 conmon[37928]: cluster 2024-02-23T00:42:04.406861+0000 mgr.smithi100.rjsfuw (mgr.14180) 1199 : cluster 2024-02-23T00:42:05.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:05 smithi100 conmon[37928]: [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:05.956 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:05.956 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:06.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:05 smithi144 conmon[43533]: cluster 2024-02-23T00:42:04.406861+0000 mgr.smithi100.rjsfuw (mgr.14180) 1199 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:06.511 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:07.512 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:07.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:07 smithi100 conmon[37928]: audit 2024-02-23T00:42:05.950886+0000 mgr.smithi100.rjsfuw (mgr.14180) 1200 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:07.945 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:07 smithi100 conmon[37928]: cluster 2024-02-23T00:42:06.407348+0000 mgr.smithi100.rjsfuw (mgr.14180) 1201 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:07 smithi144 conmon[43533]: audit 2024-02-23T00:42:05.950886+0000 mgr.smithi100.rjsfuw (mgr.14180) 1200 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:07 smithi144 conmon[43533]: cluster 2024-02-23T00:42:06.407348+0000 mgr.smithi100.rjsfuw (mgr.14180) 1201 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:09.226 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:09.226 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:09.784 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:09 smithi100 conmon[37928]: cluster 2024-02-23T00:42:08.407731+0000 mgr.smithi100.rjsfuw (mgr.14180) 1202 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:09.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:09 smithi144 conmon[43533]: cluster 2024-02-23T00:42:08.407731+0000 mgr.smithi100.rjsfuw (mgr.14180) 1202 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:10.803 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:10.836 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:10 smithi100 conmon[37928]: audit 2024-02-23T00:42:09.220744+0000 mgr.smithi100.rjsfuw (mgr.14180) 1203 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:10 smithi144 conmon[43533]: audit 2024-02-23T00:42:09.220744+0000 mgr.smithi100.rjsfuw (mgr.14180) 1203 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:11.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:11 smithi100 conmon[37928]: cluster 2024-02-23T00:42:10.408629+0000 mgr.smithi100.rjsfuw (mgr 2024-02-23T00:42:11.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:11 smithi100 conmon[37928]: .14180) 1204 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:12.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:11 smithi144 conmon[43533]: cluster 2024-02-23T00:42:10.408629+0000 mgr.smithi100.rjsfuw (mgr.14180) 1204 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:12.561 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:12.562 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:13.084 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:13 smithi100 conmon[37928]: cluster 2024-02-23T00:42:12.408980+0000 mgr.smithi100.rjsfuw (mgr.14180) 1205 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:13.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:13 smithi100 conmon[37928]: audit 2024-02-23T00:42:12.556069+0000 mgr.smithi100.rjsfuw (mgr.14180) 1206 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:14.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:13 smithi144 conmon[43533]: cluster 2024-02-23T00:42:12.408980+0000 mgr.smithi100.rjsfuw (mgr.14180) 1205 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:13 smithi144 conmon[43533]: audit 2024-02 2024-02-23T00:42:14.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:13 smithi144 conmon[43533]: -23T00:42:12.556069+0000 mgr.smithi100.rjsfuw (mgr.14180) 1206 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:14.086 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:15.841 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:15.842 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:15.862 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:15 smithi100 conmon[37928]: cluster 2024-02-23T00:42:14. 2024-02-23T00:42:15.862 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:15 smithi100 conmon[37928]: 409493+0000 mgr.smithi100.rjsfuw (mgr.14180) 1207 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:16.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:15 smithi144 conmon[43533]: cluster 2024-02-23T00:42:14.409493+0000 mgr.smithi100.rjsfuw (mgr.14180) 1207 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:16.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:17.371 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:17 smithi100 conmon[37928]: audit 2024-02-23T00:42:15.835994+0000 mgr.smithi100.rjsfuw (mgr.14180) 1208 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:17.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:17 smithi100 conmon[37928]: cluster 2024-02-23T00:42:16.409974+0000 mgr.smithi100.rjsfuw (mgr.14180) 1209 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:17 smithi144 conmon[43533]: audit 2024-02-23T00:42:15.835994+0000 mgr.smithi100.rjsfuw (mgr.14180) 1208 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:17 smithi144 conmon[43533]: 2024-02-23T00:42:18.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:17 smithi144 conmon[43533]: cluster 2024-02-23T00:42:16.409974+0000 mgr.smithi100.rjsfuw (mgr.14180) 1209 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:19.075 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:19.075 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:19.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:19.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:19 smithi100 conmon[37928]: cluster 2024-02-23T00:42:18.410484+0000 mgr.smithi100.rjsfuw (mgr.14180) 1210 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:19 smithi144 conmon[43533]: cluster 2024-02-23T00:42:18.410484+0000 mgr.smithi100.rjsfuw (mgr.14180) 1210 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:20.609 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:20.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:20 smithi100 conmon[37928]: audit 2024-02-23T00:42:19.069961+0000 mgr.smithi100.rjsfuw (mgr.14180) 1211 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:21.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:20 smithi144 conmon[43533]: audit 2024-02-23T00:42:19.069961+0000 mgr.smithi100.rjsfuw (mgr.14180) 1211 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:21.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:21 smithi100 conmon[37928]: cluster 2024-02-23T00:42:20.411238+0000 mgr.smithi100.rjsfuw (mgr.14180) 1212 : cluster [DBG] 2024-02-23T00:42:21.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:21 smithi100 conmon[37928]: pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:22.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:21 smithi144 conmon[43533]: cluster 2024-02-23T00:42:20.411238+0000 mgr.smithi100.rjsfuw (mgr.14180) 1212 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:22.288 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:22.288 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:22.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:23.826 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:23.859 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:23 smithi100 conmon[37928]: audit 2024-02-23T00:42:22.281687+0000 mgr.smithi100.rjsfuw (mgr.14180) 1213 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:23.859 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:23 smithi100 conmon[37928]: cluster 2024-02-23T00:42:22.411563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1214 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:24.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:23 smithi144 conmon[43533]: audit 2024-02-23T00:42:22.281687+0000 mgr.smithi100.rjsfuw (mgr.14180) 1213 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:24.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:23 smithi144 conmon[43533]: cluster 2024-02-23T00:42:24.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:23 smithi144 conmon[43533]: 2024-02-23T00:42:22.411563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1214 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:25.682 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:25.682 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:25.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:25 smithi100 conmon[37928]: cluster 2024-02-23T00:42:24.412038+0000 mgr.smithi100.rjsfuw (mgr.14180) 1215 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:26.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:25 smithi144 conmon[43533]: cluster 2024-02-23T00:42:24.412038+0000 mgr.smithi100.rjsfuw (mgr.14180) 1215 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:26.208 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:26 smithi100 conmon[37928]: audit 2024-02-23T00:42:25.676766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1216 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:26 smithi144 conmon[43533]: audit 2024-02-23T00:42:25.676766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1216 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:27.209 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:27.942 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:27 smithi100 conmon[37928]: cluster 2024-02-23T00:42:26.412638+0000 mgr.smithi100.rjsfuw (mgr.14180) 1217 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:28.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:27 smithi144 conmon[43533]: cluster 2024-02-23T00:42:26.412638+0000 mgr.smithi100.rjsfuw (mgr.14180) 1217 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:28.883 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:28.883 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:29.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:29.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:29 smithi100 conmon[37928]: cluster 2024-02-23T00:42:28.413064+0000 mgr.smithi100.rjsfuw (mgr.14180) 1218 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:30.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:29 smithi144 conmon[43533]: cluster 2024-02-23T00:42:28.413064+0000 mgr.smithi100.rjsfuw (mgr.14180) 1218 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:30.419 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:30 smithi100 conmon[37928]: audit 2024-02-23T00:42:28.877424+0000 mgr.smithi100.rjsfuw (mgr.14180) 1219 : audit 2024-02-23T00:42:30.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:30 smithi100 conmon[37928]: [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:31.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:30 smithi144 conmon[43533]: audit 2024-02-23T00:42:28.877424+0000 mgr.smithi100.rjsfuw (mgr.14180) 1219 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:31.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:30 smithi144 conmon[43533]: 2024-02-23T00:42:31.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:31 smithi100 conmon[37928]: cluster 2024-02-23T00:42:30.413690+0000 mgr.smithi100.rjsfuw (mgr.14180) 1220 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:32.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:31 smithi144 conmon[43533]: cluster 2024-02-23T00:42:30.413690+0000 mgr.smithi100.rjsfuw (mgr.14180) 1220 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:32.093 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:32.093 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:32.615 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:33.616 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:33 smithi100 conmon[37928]: audit 2024-02-23T00:42:32.087997+0000 mgr.smithi100.rjsfuw (mgr.14180) 1221 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:33.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:33 smithi100 conmon[37928]: cluster 2024-02-23T00:42:32.414367+0000 mgr.smithi100.rjsfuw (mgr.14180) 1222 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:33 smithi144 conmon[43533]: audit 2024-02-23T00:42:32.087997+0000 mgr.smithi100.rjsfuw (mgr.14180) 1221 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:34.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:33 smithi144 conmon[43533]: cluster 2024-02-23T00:42:32.414367+0000 mgr.smithi100.rjsfuw (mgr.14180) 1222 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:35.390 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:35.390 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:35.915 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:35.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:35 smithi100 conmon[37928]: cluster 2024-02-23T00:42:34.414852+0000 mgr.smithi100.rjsfuw (mgr.14180) 1223 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:36.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:35 smithi144 conmon[43533]: cluster 2024-02-23T00:42:34.414852+0000 mgr.smithi100.rjsfuw (mgr.14180) 1223 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:36.916 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:36.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:36 smithi100 conmon[37928]: audit 2024-02-23T00:42:35.384733+0000 mgr.smithi100.rjsfuw (mgr.14180) 1224 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:37.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:36 smithi144 conmon[43533]: audit 2024-02-23T00:42:35.384733+0000 mgr.smithi100.rjsfuw (mgr.14180) 1224 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:37.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:37 smithi100 conmon[37928]: cluster 2024-02-23T00:42:36.415556+0000 mgr.smithi100.rjsfuw (mgr.14180) 1225 : cluster 2024-02-23T00:42:37.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:37 smithi100 conmon[37928]: [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:38.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:37 smithi144 conmon[43533]: cluster 2024-02-23T00:42:36.415556+0000 mgr.smithi100.rjsfuw (mgr.14180) 1225 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:38.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:37 smithi144 conmon[43533]: 2024-02-23T00:42:38.640 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:38.640 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:39.206 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:39.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:39 smithi100 conmon[37928]: cluster 2024-02-23T00:42:38.415937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1226 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:39.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:39 smithi100 conmon[37928]: audit 2024-02-23T00:42:38.634865+0000 mgr.smithi100.rjsfuw (mgr.14180) 1227 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:39 smithi144 conmon[43533]: cluster 2024-02-23T00:42:38.415937+0000 mgr.smithi100.rjsfuw (mgr.14180) 1226 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:39 smithi144 conmon[43533]: audit 2024-02-23T00:42:38.634865+0000 mgr.smithi100.rjsfuw (mgr.14180) 1227 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:40.207 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:41.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:41 smithi100 conmon[37928]: cluster 2024-02-23T00:42:40.416516+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:42:41.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:41 smithi100 conmon[37928]: 1228 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:42.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:41 smithi144 conmon[43533]: cluster 2024-02-23T00:42:40.416516+0000 mgr.smithi100.rjsfuw (mgr.14180) 1228 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:42.013 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:42.013 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:42.555 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:43.555 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:43 smithi100 conmon[37928]: audit 2024-02-23T00:42:42.008257+0000 mgr.smithi100.rjsfuw (mgr.14180) 1229 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:43.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:43 smithi100 conmon[37928]: cluster 2024-02-23T00:42:42.416809+0000 mgr.smithi100.rjsfuw (mgr.14180) 1230 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:44.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:43 smithi144 conmon[43533]: audit 2024-02-23T00:42:42.008257+0000 mgr.smithi100.rjsfuw (mgr.14180) 1229 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:44.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:43 smithi144 conmon[43533]: 2024-02-23T00:42:44.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:43 smithi144 conmon[43533]: cluster 2024-02-23T00:42:42.416809+0000 mgr.smithi100.rjsfuw (mgr.14180) 1230 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:45.279 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:45.279 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:45.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:45.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:45 smithi100 conmon[37928]: cluster 2024-02-23T00:42:44.417319+0000 mgr.smithi100.rjsfuw (mgr.14180) 1231 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:46.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:45 smithi144 conmon[43533]: cluster 2024-02-23T00:42:44.417319+0000 mgr.smithi100.rjsfuw (mgr.14180) 1231 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:46.790 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:46.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:46 smithi100 conmon[37928]: audit 2024-02-23T00:42:45.274026+0000 mgr.smithi100.rjsfuw (mgr.14180) 1232 2024-02-23T00:42:46.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:46 smithi100 conmon[37928]: : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:47.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:46 smithi144 conmon[43533]: audit 2024-02-23T00:42:45.274026+0000 mgr.smithi100.rjsfuw (mgr.14180) 1232 : audit [DBG] 2024-02-23T00:42:47.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:46 smithi144 conmon[43533]: from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:47.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:47 smithi100 conmon[37928]: cluster 2024-02-23T00:42:46.418018+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:42:47.944 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:47 smithi100 conmon[37928]: 14180) 1233 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:48.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:47 smithi144 conmon[43533]: cluster 2024-02-23T00:42:46.418018+0000 mgr.smithi100.rjsfuw (mgr.14180) 1233 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:48.515 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:48.515 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:48.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:48 smithi100 conmon[37928]: cluster 2024-02-23T00:42:48.418396+0000 mgr.smithi100.rjsfuw (mgr.14180) 1234 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:48.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:48 smithi100 conmon[37928]: audit 2024-02-23T00:42:48.510023+0000 mgr.smithi100.rjsfuw (mgr.14180) 1235 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:48 smithi144 conmon[43533]: cluster 2024-02-23T00:42:48.418396+0000 mgr.smithi100.rjsfuw (mgr.14180) 1234 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:48 smithi144 conmon[43533]: 2024-02-23T00:42:49.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:48 smithi144 conmon[43533]: audit 2024-02-23T00:42:48.510023+0000 mgr.smithi100.rjsfuw (mgr.14180) 1235 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:49.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:50.030 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:51.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:51 smithi144 conmon[43533]: cluster 2024-02-23T00:42:50.419186+0000 mgr.smithi100.rjsfuw (mgr.14180) 1236 : cluster [DBG] 2024-02-23T00:42:51.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:51 smithi144 conmon[43533]: pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:51.796 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:51.796 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:51.817 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:51 smithi100 conmon[37928]: cluster 2024-02-23T00:42:50.419186+0000 mgr.smithi100.rjsfuw (mgr.14180) 1236 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:52.311 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:53.312 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:53 smithi100 conmon[37928]: audit 2024-02-23T00:42:51.791097+0000 mgr.smithi100.rjsfuw (mgr.14180) 1237 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:53.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:53 smithi100 conmon[37928]: cluster 2024-02-23T00:42:52.419652+0000 mgr.smithi100.rjsfuw (mgr.14180) 1238 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:53.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:53 smithi144 conmon[43533]: audit 2024-02-23T00:42:51.791097+0000 mgr.smithi100.rjsfuw (mgr.14180) 1237 : audit 2024-02-23T00:42:53.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:53 smithi144 conmon[43533]: [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:53.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:53 smithi144 conmon[43533]: cluster 2024-02-23T00:42:52.419652+0000 mgr.smithi100.rjsfuw (mgr.14180) 1238 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:55.073 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:55.074 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:55.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:55.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:55 smithi144 conmon[43533]: cluster 2024-02-23T00:42:54.420104+0000 mgr.smithi100.rjsfuw (mgr.14180) 1239 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:55.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:55 smithi100 conmon[37928]: cluster 2024-02-23T00:42:54.420104+0000 mgr.smithi100.rjsfuw (mgr.14180) 1239 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:56.621 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:56.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:56 smithi144 conmon[43533]: audit 2024-02-23T00:42:55.068610+0000 mgr.smithi100.rjsfuw (mgr.14180) 1240 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:56.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:56 smithi100 conmon[37928]: audit 2024-02-23T00:42:55.068610+0000 mgr.smithi100.rjsfuw (mgr.14180) 1240 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:56.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:56 smithi100 conmon[37928]: 2024-02-23T00:42:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:57 smithi100 conmon[37928]: cluster 2024-02-23T00:42:56.420651+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:42:57.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:57 smithi100 conmon[37928]: 1241 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:57.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:57 smithi144 conmon[43533]: cluster 2024-02-23T00:42:56.420651+0000 mgr.smithi100.rjsfuw (mgr.14180) 1241 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:58.341 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:42:58.342 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:42:58.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:42:59.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:59 smithi144 conmon[43533]: audit 2024-02-23T00:42:58.336348+0000 mgr.smithi100.rjsfuw (mgr.14180) 1242 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:59.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:42:59 smithi144 conmon[43533]: cluster 2024-02-23T00:42:58.421238+0000 mgr.smithi100.rjsfuw (mgr.14180) 1243 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:42:59.870 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:42:59.902 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:59 smithi100 conmon[37928]: audit 2024-02-23T00:42:58.336348+0000 mgr.smithi100.rjsfuw (mgr.14180) 1242 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:42:59.902 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:42:59 smithi100 conmon[37928]: cluster 2024-02-23T00:42:58.421238+0000 mgr.smithi100.rjsfuw (mgr.14180) 1243 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:01.694 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:01.694 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:01.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:01 smithi144 conmon[43533]: cluster 2024-02-23T00:43:00.421788+0000 mgr.smithi100.rjsfuw (mgr.14180) 1244 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:01.836 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:01 smithi100 conmon[37928]: cluster 2024-02-23T00:43:00.421788+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:43:01.837 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:01 smithi100 conmon[37928]: 1244 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:02.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:02.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:02 smithi144 conmon[43533]: audit 2024-02-23T00:43:01.688569+0000 mgr.smithi100.rjsfuw (mgr.14180) 1245 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:02.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:02 smithi100 conmon[37928]: audit 2024-02-23T00:43:01.688569+0000 mgr.smithi100.rjsfuw (mgr.14180) 1245 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:03.212 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:03.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:03 smithi144 conmon[43533]: cluster 2024-02-23T00:43:02.422239+0000 mgr.smithi100.rjsfuw (mgr.14180) 1246 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:03.822 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:03 smithi100 conmon[37928]: cluster 2024-02-23T00:43:02.422239+0000 mgr.smithi100.rjsfuw (mgr.14180) 1246 : cluster 2024-02-23T00:43:03.823 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:03 smithi100 conmon[37928]: [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:04.974 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:04.975 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:34:21.535817Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.gxjzec on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-gxjzec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.gxjzec\nDeploy daemon haproxy.rgw.foo.smithi144.gxjzec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:32:24Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:33:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.784587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.dhzzoi on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-dhzzoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.dhzzoi\nDeploy daemon haproxy.rgw.foo.smithi100.dhzzoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:34:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:35:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:36:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:36:54.785720Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.bkulqd on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:05.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:05.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:05 smithi144 conmon[43533]: cluster 2024-02-23T00:43:04.422720+0000 mgr.smithi100.rjsfuw (mgr.14180) 1247 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:05.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:05 smithi100 conmon[37928]: cluster 2024-02-23T00:43:04.422720+0000 mgr.smithi100.rjsfuw (mgr.14180) 1247 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:06.478 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:06.927 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:06 smithi100 conmon[37928]: audit 2024-02-23T00:43:04.969563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1248 : audit 2024-02-23T00:43:06.927 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:06 smithi100 conmon[37928]: [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:07.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:06 smithi144 conmon[43533]: audit 2024-02-23T00:43:04.969563+0000 mgr.smithi100.rjsfuw (mgr.14180) 1248 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:07.871 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:07 smithi100 conmon[37928]: cluster 2024-02-23T00:43:06.423495+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:43:07.872 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:07 smithi100 conmon[37928]: 1249 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:07.872 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:07 smithi100 conmon[37928]: audit 2024-02-23T00:43 2024-02-23T00:43:07.872 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:07 smithi100 conmon[37928]: :07.383422+0000 mon.smithi100 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.vvwnlm"}]: dispatch 2024-02-23T00:43:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:07 smithi144 conmon[43533]: cluster 2024-02-23T00:43:06.423495+0000 mgr.smithi100.rjsfuw (mgr.14180) 1249 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:08.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:07 smithi144 conmon[43533]: audit 2024-02-23T00:43:07.383422+0000 mon.smithi100 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi100.vvwnlm"}]: dispatch 2024-02-23T00:43:08.232 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:08.232 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:08.778 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cephadm 2024-02-23T00:43:07.382955+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:43:08.778 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.778 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.778 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Traceback (most recent call last): 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: yield (conn, connr) 2024-02-23T00:43:08.779 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: code, '\n'.join(err))) 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increas 2024-02-23T00:43:08.780 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: e-rate-limit 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cephadm 2024-02-23T00:43:07.383130+0000 mgr.smithi100.rjsfuw (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cephadm 2024-02-23T00:43:07.383942+0000 mgr.smithi100.rjsfuw (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:08.781 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:08.782 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cephadm 2024-02-23T00:43:07.385117+0000 mgr.smithi100.rjsfuw (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:43:08.782 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cephadm 2024-02-23T00:43:07.386049+0000 mgr.smithi100.rjsfuw (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:43:08.782 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cluster 2024-02-23T00:43:07.386743+0000 mgr.smithi100.rjsfuw (mgr.14180) 1255 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:08.782 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:08 smithi100 conmon[37928]: cluster 2024-02-23T00:43:07.514101+0000 mon.smithi100 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:43:08.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cephadm 2024-02-23T00:43:07.382955+0000 mgr.smithi100.rjsfuw (mgr.14180) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Traceback (most recent call last): 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: yield (conn, connr) 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-23T00:43:09.014 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: code, '\n'.join(err))) 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-23T00:43:09.015 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cephadm 2024-02-23T00:43:07.383130+0000 mgr.smithi100.rjsfuw (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cephadm 2024-02-23T00:43:07.383942+0000 mgr.smithi100.rjsfuw (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: /bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: Deploy daemon haproxy.rgw.foo.smithi100.vvwnlm ... 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:41:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr time="2024-02-23T00:42:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-23T00:43:09.016 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 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=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cephadm 2024-02-23T00:43:07.385117+0000 mgr.smithi100.rjsfuw (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cephadm 2024-02-23T00:43:07.386049+0000 mgr.smithi100.rjsfuw (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cluster 2024-02- 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 23T00:43:07.386743+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 14180) 1255 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: cluster 2024-02 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: -23T00:43:07.514101+0000 mon.smithi100 ( 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:43:09.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:08 smithi144 conmon[43533]: 2024-02-23T00:43:09.795 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:09.828 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:09 smithi100 conmon[37928]: audit 2024-02-23T00:43:08.226193+0000 mgr.smithi100.rjsfuw (mgr.14180 2024-02-23T00:43:09.828 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:09 smithi100 conmon[37928]: ) 1256 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:09.828 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:09 smithi100 conmon[37928]: audit 2024-02-23T00:43:09.390708+0000 mon.smithi100 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:43:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:09 smithi144 conmon[43533]: audit 2024-02-23T00:43:08.226193+0000 mgr.smithi100.rjsfuw (mgr.14180) 1256 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:09 smithi144 conmon[43533]: audit 2024-02-23T00:43:09.390708+0000 mon.smithi100 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:43:10.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:10 smithi100 conmon[37928]: cluster 2024-02-23T00:43:09.387410+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:43:10.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:10 smithi100 conmon[37928]: 14180) 1257 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:11.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:10 smithi144 conmon[43533]: cluster 2024-02-23T00:43:09.387410+0000 mgr.smithi100.rjsfuw (mgr.14180) 1257 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:11.572 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:11.572 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:12.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:12.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:12 smithi144 conmon[43533]: cluster 2024-02-23T00:43:11.388054+0000 mgr.smithi100.rjsfuw (mgr.14180) 1258 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:12.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:12 smithi144 conmon[43533]: audit 2024-02-23T00:43:11.566442+0000 mgr.smithi100.rjsfuw (mgr.14180) 1259 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:12.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:12 smithi100 conmon[37928]: cluster 2024-02-23T00:43:11.388054+0000 mgr.smithi100.rjsfuw (mgr.14180) 1258 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:12.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:12 smithi100 conmon[37928]: audit 2024-02-23T00:43:11.566442+0000 mgr.smithi100.rjsfuw (mgr.14180) 1259 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:13.124 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:14.824 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:14.824 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:14.850 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:14 smithi100 conmon[37928]: cluster 2024-02-23T00:43:13.388557+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:43:14.850 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:14 smithi100 conmon[37928]: 14180) 1260 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:15.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:14 smithi144 conmon[43533]: cluster 2024-02-23T00:43:13.388557+0000 mgr.smithi100.rjsfuw (mgr.14180) 1260 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:15.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:16.569 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:16.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:16 smithi100 conmon[37928]: audit 2024-02-23T00:43:14.819364+0000 mgr.smithi100.rjsfuw (mgr.14180) 1261 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:16.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:16 smithi100 conmon[37928]: cluster 2024-02-23T00:43:15.389277+0000 mgr.smithi100.rjsfuw (mgr.14180) 1262 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:17.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:16 smithi144 conmon[43533]: audit 2024-02-23T00:43:14.819364+0000 mgr.smithi100.rjsfuw (mgr.14180) 1261 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:17.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:16 smithi144 conmon[43533]: cluster 2024-02-23T00:43:15.389277+0000 mgr.smithi100.rjsfuw (mgr.14180) 1262 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:18.357 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:18.358 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:18.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:18 smithi100 conmon[37928]: cluster 2024-02-23T00:43:17.389910+0000 mgr.smithi100.rjsfuw (mgr.14180) 1263 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:18.907 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:19.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:18 smithi144 conmon[43533]: cluster 2024-02-23T00:43:17.389910+0000 mgr.smithi100.rjsfuw (mgr.14180) 1263 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:19.908 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:19.941 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:19 smithi100 conmon[37928]: audit 2024-02-23T00:43:18.352090+0000 mgr.smithi100.rjsfuw (mgr.14180) 1264 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:19.941 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:19 smithi100 conmon[37928]: audit 2024 2024-02-23T00:43:19.941 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:19 smithi100 conmon[37928]: -02-23T00:43:18.952592+0000 mon.smithi100 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:43:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:19 smithi144 conmon[43533]: audit 2024-02-23T00:43:18.352090+0000 mgr.smithi100.rjsfuw (mgr.14180) 1264 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:20.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:19 smithi144 conmon[43533]: audit 2024-02-23T00:43:18.952592+0000 mon.smithi100 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:43:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:20 smithi100 conmon[37928]: cluster 2024-02-23T00:43:19.390598+0000 mgr.smithi100.rjsfuw (mgr.14180) 1265 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:20.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:20 smithi100 conmon[37928]: 2024-02-23T00:43:21.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:20 smithi144 conmon[43533]: cluster 2024-02-23T00:43:19.390598+0000 mgr.smithi100.rjsfuw (mgr.14180) 1265 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:21.680 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:21.680 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:22.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:22 smithi144 conmon[43533]: cluster 2024-02-23T00:43:21.391307+0000 mgr.smithi100.rjsfuw (mgr.14180) 1266 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:22 smithi144 conmon[43533]: audit 2024-02-23T00:43:22.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:22 smithi144 conmon[43533]: 2024-02-23T00:43:21.674136+0000 mgr.smithi100.rjsfuw (mgr.14180) 1267 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:22.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:22 smithi100 conmon[37928]: cluster 2024-02-23T00:43:21.391307+0000 mgr.smithi100.rjsfuw (mgr.14180) 1266 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:22.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:22 smithi100 conmon[37928]: audit 2024-02-23T00:43:21.674136+0000 mgr.smithi100.rjsfuw (mgr.14180) 1267 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:23.222 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:24.687 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:24 smithi100 conmon[37928]: cluster 2024-02-23T00:43:23.391968+0000 mgr.smithi100.rjsfuw (mgr.14180) 1268 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:25.012 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:25.012 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:25.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:24 smithi144 conmon[43533]: cluster 2024-02-23T00:43:23.391968+0000 mgr.smithi100.rjsfuw (mgr.14180) 1268 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:25.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:24 smithi144 conmon[43533]: 2024-02-23T00:43:25.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:26.727 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:26.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:26 smithi100 conmon[37928]: audit 2024-02-23T00:43:25.006852+0000 mgr.smithi100.rjsfuw (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:26.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:26 smithi100 conmon[37928]: cluster 2024-02-23T00:43:25.392704+0000 mgr.smithi100.rjsfuw (mgr.14180) 1270 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:26 smithi144 conmon[43533]: audit 2024-02-23T00:43:25.006852+0000 mgr.smithi100.rjsfuw (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:27.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:26 smithi144 conmon[43533]: cluster 2024-02-23T00:43:25.392704+0000 mgr.smithi100.rjsfuw (mgr.14180) 1270 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:28.432 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:28.432 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:28.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:28 smithi100 conmon[37928]: cluster 2024-02-23T00:43:27.393192+0000 mgr.smithi100.rjsfuw (mgr.14180) 1271 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:28.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:29.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:28 smithi144 conmon[43533]: cluster 2024-02-23T00:43:27.393192+0000 mgr.smithi100.rjsfuw (mgr.14180) 1271 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:29.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:29 smithi100 conmon[37928]: audit 2024-02-23T00:43:28.426791+0000 mgr.smithi100.rjsfuw (mgr.14180) 1272 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:29.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:29 smithi100 conmon[37928]: 2024-02-23T00:43:29.982 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:30.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:29 smithi144 conmon[43533]: audit 2024-02-23T00:43:28.426791+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:43:30.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:29 smithi144 conmon[43533]: 14180) 1272 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:30.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:30 smithi100 conmon[37928]: cluster 2024-02-23T00:43:29.393762+0000 mgr.smithi100.rjsfuw (mgr. 2024-02-23T00:43:30.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:30 smithi100 conmon[37928]: 14180) 1273 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:31.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:30 smithi144 conmon[43533]: cluster 2024-02-23T00:43:29.393762+0000 mgr.smithi100.rjsfuw (mgr.14180) 1273 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:31.698 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:31.698 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:32.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:32.863 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:32 smithi144 conmon[43533]: cluster 2024-02-23T00:43:31.394536+0000 mgr.smithi100.rjsfuw (mgr.14180) 1274 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:32.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:32 smithi144 conmon[43533]: audit 2024-02-23T00:43:31.692144+0000 mgr.smithi100.rjsfuw (mgr.14180) 1275 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:32.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:32 smithi100 conmon[37928]: cluster 2024-02-23T00:43:31.394536+0000 mgr.smithi100.rjsfuw (mgr.14180) 1274 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:32.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:32 smithi100 conmon[37928]: audit 2024-02-23T00:43:31.692144+0000 mgr.smithi100.rjsfuw (mgr.14180) 1275 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:33.222 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:34.671 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:34 smithi100 conmon[37928]: cluster 2024-02-23T00:43:33.395070 2024-02-23T00:43:34.671 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:34 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 1276 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:34.980 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:34.980 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:35.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:34 smithi144 conmon[43533]: cluster 2024-02-23T00:43:33.395070+0000 mgr.smithi100.rjsfuw (mgr.14180) 1276 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:35.524 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:36.525 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:36.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:36 smithi100 conmon[37928]: audit 2024-02-23T00:43:34.975321+0000 mgr.smithi100.rjsfuw (mgr.14180) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:36.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:36 smithi100 conmon[37928]: cluster 2024-02-23T00:43:35.395805+0000 mgr.smithi100.rjsfuw (mgr.14180) 1278 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:37.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:36 smithi144 conmon[43533]: audit 2024-02-23T00:43:34.975321+0000 mgr.smithi100.rjsfuw (mgr.14180) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:37.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:36 smithi144 conmon[43533]: cluster 2024-02-23T00:43:35.395805+0000 mgr.smithi100.rjsfuw (mgr.14180) 1278 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:38.191 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:38.191 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:38.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:38.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:38 smithi100 conmon[37928]: cluster 2024-02-23T00:43:37.396429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1279 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:39.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:38 smithi144 conmon[43533]: cluster 2024-02-23T00:43:37.396429+0000 mgr.smithi100.rjsfuw (mgr.14180) 1279 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:39.739 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:39.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:39 smithi100 conmon[37928]: audit 2024-02-23T00:43:38.185850+0000 mgr.smithi100.rjsfuw (mgr.14180) 1280 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:40.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:39 smithi144 conmon[43533]: audit 2024-02-23T00:43:38.185850+0000 mgr.smithi100.rjsfuw (mgr.14180) 1280 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:40.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:40 smithi100 conmon[37928]: cluster 2024-02-23T00:43:39.397216+0000 mgr.smithi100.rjsfuw (mgr.14180) 1281 : 2024-02-23T00:43:40.703 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:40 smithi100 conmon[37928]: cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:41.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:40 smithi144 conmon[43533]: cluster 2024-02-23T00:43:39.397216+0000 mgr.smithi100.rjsfuw (mgr.14180) 1281 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:41.530 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:41.530 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:42.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:42.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:42 smithi144 conmon[43533]: cluster 2024-02-23T00:43:41.398109+0000 mgr.smithi100.rjsfuw (mgr.14180) 1282 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:42.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:42 smithi144 conmon[43533]: audit 2024-02- 2024-02-23T00:43:42.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:42 smithi144 conmon[43533]: 23T00:43:41.524782+0000 mgr.smithi100.rjsfuw (mgr.14180) 1283 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:42.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:42 smithi100 conmon[37928]: cluster 2024-02-23T00:43:41.398109+0000 mgr.smithi100.rjsfuw (mgr.14180) 1282 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:42.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:42 smithi100 conmon[37928]: audit 2024-02-23T00:43:41.524782+0000 mgr.smithi100.rjsfuw (mgr.14180) 1283 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:43.072 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:44.847 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:44.847 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:44.874 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:44 smithi100 conmon[37928]: cluster 2024-02-23T00:43:43.398684+0000 mgr.smithi100.rjsfuw (mgr.14180) 1284 2024-02-23T00:43:44.875 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:44 smithi100 conmon[37928]: : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:45.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:44 smithi144 conmon[43533]: cluster 2024-02-23T00:43:43.398684+0000 mgr.smithi100.rjsfuw (mgr.14180) 1284 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:45.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:46.430 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:46.887 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:46 smithi100 conmon[37928]: audit 2024-02-23T00:43:44.842221+0000 mgr.smithi100.rjsfuw (mgr.14180) 1285 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:46.887 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:46 smithi100 conmon[37928]: cluster 2024-02-23T00:43:45.399522+0000 mgr.smithi100.rjsfuw (mgr.14180) 1286 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:47.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:46 smithi144 conmon[43533]: audit 2024-02-23T00:43:44.842221+0000 mgr.smithi100.rjsfuw (mgr.14180) 1285 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:47.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:46 smithi144 conmon[43533]: cluster 2024-02-23T00:43:45.399522+0000 mgr.smithi100.rjsfuw (mgr.14180) 1286 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:48.196 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:48.197 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:48.720 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:48.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:48 smithi100 conmon[37928]: cluster 2024-02-23T00:43:47.400108+0000 mgr.smithi100.rjsfuw (mgr.14180) 1287 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:49.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:48 smithi144 conmon[43533]: cluster 2024-02-23T00:43:47.400108+0000 mgr.smithi100.rjsfuw (mgr.14180) 1287 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:49.721 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:49.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:49 smithi100 conmon[37928]: audit 2024-02-23T00:43:48.191506+0000 mgr.smithi100.rjsfuw (mgr.14180) 1288 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:50.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:49 smithi144 conmon[43533]: audit 2024-02-23T00:43:48.191506+0000 mgr.smithi100.rjsfuw (mgr.14180) 1288 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:50.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:50 smithi100 conmon[37928]: cluster 2024-02-23T00:43:49.400689+0000 mgr.smithi100.rjsfuw (mgr.14180) 1289 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:51.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:50 smithi144 conmon[43533]: cluster 2024-02-23T00:43:49.400689+0000 mgr.smithi100.rjsfuw (mgr.14180) 1289 : cluster 2024-02-23T00:43:51.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:50 smithi144 conmon[43533]: [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:51.450 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:51.450 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:51.996 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:52.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:52 smithi100 conmon[37928]: cluster 2024-02-23T00:43:51.401334+0000 mgr.smithi100.rjsfuw (mgr.14180) 1290 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:52.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:52 smithi100 conmon[37928]: audit 2024-02-23T00:43:51.445383+0000 mgr.smithi100.rjsfuw (mgr.14180) 1291 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:52.997 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:53.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:52 smithi144 conmon[43533]: cluster 2024-02-23T00:43:51.401334+0000 mgr.smithi100.rjsfuw (mgr.14180) 1290 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:53.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:52 smithi144 conmon[43533]: audit 2024-02-23T00:43:51.445383+0000 mgr.smithi100.rjsfuw (mgr.14180) 1291 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:54.722 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:54.722 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:54.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:54 smithi100 conmon[37928]: cluster 2024-02-23T00:43:53.401766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1292 : 2024-02-23T00:43:54.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:54 smithi100 conmon[37928]: cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:55.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:54 smithi144 conmon[43533]: cluster 2024-02-23T00:43:53.401766+0000 mgr.smithi100.rjsfuw (mgr.14180) 1292 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:55.261 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:56.262 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:56.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:56 smithi100 conmon[37928]: audit 2024-02-23T00:43:54.716927+0000 mgr.smithi100.rjsfuw (mgr.14180) 1293 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:56.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:56 smithi100 conmon[37928]: cluster 2024-02-23T00:43:55.402621+0000 mgr.smithi100.rjsfuw (mgr.14180) 1294 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:57.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:56 smithi144 conmon[43533]: audit 2024-02-23T00:43:54.716927+0000 mgr.smithi100.rjsfuw (mgr.14180) 1293 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:43:57.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:56 smithi144 conmon[43533]: cluster 2024-02-23T00:43:55.402621+0000 mgr.smithi100.rjsfuw (mgr.14180) 1294 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:58.065 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:43:58.065 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:43:58.594 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:43:58.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:58 smithi100 conmon[37928]: cluster 2024-02-23T00:43:57.403266+0000 mgr.smithi100.rjsfuw (mgr.14180) 1295 : cluster 2024-02-23T00:43:58.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:58 smithi100 conmon[37928]: [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:59.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:58 smithi144 conmon[43533]: cluster 2024-02-23T00:43:57.403266+0000 mgr.smithi100.rjsfuw (mgr.14180) 1295 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:43:59.595 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:43:59.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:43:59 smithi100 conmon[37928]: audit 2024-02-23T00:43:58.060457+0000 mgr.smithi100.rjsfuw (mgr.14180) 1296 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:00.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:43:59 smithi144 conmon[43533]: audit 2024-02-23T00:43:58.060457+0000 mgr.smithi100.rjsfuw (mgr.14180) 1296 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:00.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:00 smithi100 conmon[37928]: cluster 2024-02-23T00:43:59.403931+0000 mgr.smithi100.rjsfuw (mgr.14180) 1297 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:01.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:00 smithi144 conmon[43533]: cluster 2024-02-23T00:43:59.403931+0000 mgr.smithi100.rjsfuw (mgr.14180) 1297 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:01.340 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:44:01.340 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:44:01.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:44:02.885 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:02.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:02 smithi100 conmon[37928]: audit 2024-02-23T00:44:01.335000+0000 mgr.smithi100.rjsfuw (mgr.14180) 1298 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:02.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:02 smithi100 conmon[37928]: cluster 2024-02-23T00:44:01.404570+0000 mgr.smithi100.rjsfuw (mgr.14180) 1299 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:03.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:02 smithi144 conmon[43533]: audit 2024-02-23T00:44:01.335000+0000 mgr.smithi100.rjsfuw (mgr.14180) 1298 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:03.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:02 smithi144 conmon[43533]: cluster 2024-02-23T00:44:01.404570+0000 mgr.smithi100.rjsfuw (mgr.14180) 1299 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:03.952 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:03 smithi100 conmon[37928]: cluster 2024-02-23T00:44:03.405066+0000 mgr.smithi100.rjsfuw (mgr.14180) 1300 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:04.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:03 smithi144 conmon[43533]: cluster 2024-02-23T00:44:03.405066+0000 mgr.smithi100.rjsfuw (mgr.14180) 1300 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:04.666 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:44:04.666 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:44:04.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:04 smithi100 conmon[37928]: audit 2024-02-23T00:44:04.661153+0000 mgr.smithi100.rjsfuw (mgr.14180) 1301 : 2024-02-23T00:44:04.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:04 smithi100 conmon[37928]: audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:05.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:04 smithi144 conmon[43533]: audit 2024-02-23T00:44:04.661153+0000 mgr.smithi100.rjsfuw (mgr.14180) 1301 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:05.208 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:44:06.203 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:05 smithi100 conmon[37928]: cluster 2024-02-23T00:44:05.405738+0000 mgr.smithi100.rjsfuw (mgr.14180) 1302 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:06.209 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:06.263 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:05 smithi144 conmon[43533]: cluster 2024-02-23T00:44:05.405738+0000 mgr.smithi100.rjsfuw (mgr.14180) 1302 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:07.617 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:07 smithi100 conmon[37928]: audit 2024-02-23T00:44:07.388701+0000 mon.smithi100 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:44:07.762 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:07 smithi144 conmon[43533]: audit 2024-02-23T00:44:07.388701+0000 mon.smithi100 (mon.0) 742 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-23T00:44:07.964 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:44:07.964 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:38:00.033020Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:37:56.579869Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:38:00.033175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:37:56.580014Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:37:56.580089Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:37:56.580170Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:37:56.580234Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:38:00.033298Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:37:56.580596Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:44:08.688 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:44:08.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:08 smithi100 conmon[37928]: cluster 2024-02-23T00:44:07.406225+0000 mgr.smithi100.rjsfuw (mgr.14180) 1303 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:08.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:08 smithi100 conmon[37928]: audit 2024-02-23T00:44:07.660012+0000 mon.smithi100 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:08 smithi144 conmon[43533]: cluster 2024-02-23T00:44:07.406225+0000 mgr.smithi100.rjsfuw (mgr.14180) 1303 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:09.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:08 smithi144 conmon[43533]: audit 2024-02-23T00:44:07.660012+0000 mon.smithi100 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:09.689 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:eb66ed921e744301e6863be6353618d63967ea59 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 904be884-d1e0-11ee-95c0-87774f69a715 -- ceph orch ls -f json 2024-02-23T00:44:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:09 smithi100 conmon[37928]: audit 2024-02-23T00:44:07.958735+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:44:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:09 smithi100 conmon[37928]: 1304 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:09.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:09 smithi100 conmon[37928]: audit 2024-02-23T00:44:09.460763+0000 mon.smithi100 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:10.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:09 smithi144 conmon[43533]: audit 2024-02-23T00:44:07.958735+0000 mgr.smithi100.rjsfuw (mgr.14180) 2024-02-23T00:44:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:09 smithi144 conmon[43533]: 1304 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-23T00:44:10.013 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:09 smithi144 conmon[43533]: audit 2024-02-23T00:44:09.460763+0000 mon.smithi100 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:10.953 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:10 smithi100 conmon[37928]: cluster 2024-02-23T00:44:09.406781+0000 mgr.smithi100.rjsfuw (mgr.14180) 1305 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:11.012 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:10 smithi144 conmon[43533]: cluster 2024-02-23T00:44:09.406781+0000 mgr.smithi100.rjsfuw (mgr.14180) 1305 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:11.731 INFO:teuthology.orchestra.run.smithi100.stdout: 2024-02-23T00:44:11.731 INFO:teuthology.orchestra.run.smithi100.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-23T00:16:17.941284Z", "last_refresh": "2024-02-23T00:44:11.539971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-23T00:16:12.601617Z", "last_refresh": "2024-02-23T00:44:09.454781Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-23T00:16:15.211099Z", "last_refresh": "2024-02-23T00:44:11.540102Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:36:54.786678Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.qzeohl on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:40:33.957852Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi144.btijtj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi144-btijtj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi144.btijtj\nDeploy daemon haproxy.rgw.foo.smithi144.btijtj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:38:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:14Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:39:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.383860Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi100.vvwnlm on smithi100: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy-rgw-foo-smithi100-vvwnlm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-904be884-d1e0-11ee-95c0-87774f69a715-haproxy.rgw.foo.smithi100.vvwnlm\nDeploy daemon haproxy.rgw.foo.smithi100.vvwnlm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-23T00:41:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:41:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-23T00:42:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi100 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-23T00:43:07.385044Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi144.uffpij on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-23T00:43:07.385984Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi100.aaeyyh on smithi100: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.100/16"}, "status": {"created": "2024-02-23T00:21:03.534715Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.100/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-23T00:16:10.963905Z", "last_refresh": "2024-02-23T00:44:09.454917Z", "running": 2, "size": 2}}, {"events": ["2024-02-23T00:17:37.037210Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi100:172.21.15.100=smithi100", "smithi144:172.21.15.144=smithi144"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-23T00:17:37.034502Z", "last_refresh": "2024-02-23T00:44:09.454988Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-23T00:16:16.765672Z", "last_refresh": "2024-02-23T00:44:09.455058Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-23T00:18:06.287053Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-23T00:18:06.283282Z", "last_refresh": "2024-02-23T00:44:09.455146Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-23T00:16:13.895532Z", "last_refresh": "2024-02-23T00:44:11.540271Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-23T00:21:03.534480Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-23T00:21:10.685595Z", "last_refresh": "2024-02-23T00:44:09.455438Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-23T00:44:12.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-23T00:44:12.257 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-23T00:44:12.496 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d9e16214d7064ca99bc88e6a050e9d20 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_kamoltat_ceph_4f758cd8e8854d1f126da86e254076852bf059a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-23T00:44:12.497 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-23T00:44:12.507 INFO:tasks.vip:Removing 10.0.15.100 (and any VIPs) on smithi100.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:44:12.507 DEBUG:teuthology.orchestra.run.smithi100:> sudo ip addr del 10.0.15.100/16 dev enp3s0f1 2024-02-23T00:44:12.542 DEBUG:teuthology.orchestra.run.smithi100:> sudo ip addr del 10.0.31.100/16 dev enp3s0f1 2024-02-23T00:44:12.610 INFO:teuthology.orchestra.run.smithi100.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-23T00:44:12.611 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T00:44:12.611 INFO:tasks.vip:Removing 10.0.15.144 (and any VIPs) on smithi144.front.sepia.ceph.com iface enp3s0f1... 2024-02-23T00:44:12.612 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr del 10.0.15.144/16 dev enp3s0f1 2024-02-23T00:44:12.658 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr del 10.0.31.100/16 dev enp3s0f1 2024-02-23T00:44:12.684 INFO:teuthology.orchestra.run.smithi144.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-23T00:44:12.685 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-23T00:44:12.685 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-23T00:44:12.696 INFO:tasks.cephadm:Teardown begin 2024-02-23T00:44:12.696 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:44:12.723 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:44:12.753 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-23T00:44:12.753 DEBUG:teuthology.orchestra.run.smithi100:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T00:44:12.780 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-23T00:44:12.809 INFO:tasks.cephadm:Stopping all daemons... 2024-02-23T00:44:12.809 INFO:tasks.cephadm.mon.smithi100:Stopping mon.smithi100... 2024-02-23T00:44:12.809 DEBUG:teuthology.orchestra.run.smithi100:> sudo systemctl stop ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: cluster 2024-02-23T00:44:11.407402 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: +0000 mgr.smithi100.rjsfuw (mgr.14180) 1306 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: audit 2024-02-23T00:44:11.548432+0000 mon.smithi100 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: audit 2024-02-23T00:44:11.862305+0000 mon.smithi100 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: audit 2024-02-23T00:44:11.862931+0000 mon.smithi100 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: audit 2024-02-23T00:44:11.867557+0000 mon.smithi100 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:12.843 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 conmon[37928]: audit 2024-02-23T00:44:11.871425+0000 mon.smithi100 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:44:12.864 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: cluster 2024-02-23T00:44:11.407402+0000 mgr.smithi100.rjsfuw (mgr.14180) 1306 : cluster 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit 2024-02-23T00:44:11.548432+0000 mon.smithi100 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit 2024-02-23T00:44:11.862305+0000 mon.smithi100 (mon.0) 746 : audit [DBG] 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: 2024-02-23T00:44:11.862931+0000 mon.smithi100 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-23T00:44:12.865 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: 2024-02-23T00:44:12.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit 2024-02-23T00:44:12.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: 2024-02-23T00:44:11.867557+0000 mon.smithi100 (mon.0) 748 : 2024-02-23T00:44:12.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit [INF] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' 2024-02-23T00:44:12.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: audit 2024-02-23T00:44:11.871425+0000 2024-02-23T00:44:12.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:12 smithi144 conmon[43533]: mon.smithi100 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.100:0/825164597' entity='mgr.smithi100.rjsfuw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-23T00:44:13.126 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 systemd[1]: Stopping Ceph mon.smithi100 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:44:13.126 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:12 smithi100 bash[242431]: Error: no container with name or ID ceph-904be884-d1e0-11ee-95c0-87774f69a715-mon.smithi100 found: no such container 2024-02-23T00:44:13.410 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:13 smithi100 conmon[37928]: debug 2024-02-23T00:44:13.123+0000 7f3b2de3a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi100 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T00:44:13.410 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:13 smithi100 conmon[37928]: debug 2024-02-23T00:44:13.123+0000 7f3b2de3a700 -1 mon.smithi100@0(leader) e2 *** Got Signal Terminated *** 2024-02-23T00:44:13.702 INFO:journalctl@ceph.mon.smithi100.smithi100.stdout:Feb 23 00:44:13 smithi100 bash[242547]: bfcafa97c99cc4e3af108d5f2aa902f8cffbac8edf4eb5adf479b7a89ad7e0cd 2024-02-23T00:44:13.937 DEBUG:teuthology.orchestra.run.smithi100:> sudo pkill -f 'journalctl -f -n 0 -u ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi100.service' 2024-02-23T00:44:14.053 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T00:44:14.053 INFO:tasks.cephadm.mon.smithi100:Stopped mon.smithi100 2024-02-23T00:44:14.054 INFO:tasks.cephadm.mon.smithi144:Stopping mon.smithi144... 2024-02-23T00:44:14.054 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi144 2024-02-23T00:44:14.349 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:14 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 904be884-d1e0-11ee-95c0-87774f69a715... 2024-02-23T00:44:14.349 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:14 smithi144 bash[75504]: Error: no container with name or ID ceph-904be884-d1e0-11ee-95c0-87774f69a715-mon.smithi144 found: no such container 2024-02-23T00:44:14.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:14 smithi144 conmon[43533]: debug 2024-02-23T00:44:14.346+0000 7f3428b81700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-23T00:44:14.763 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Feb 23 00:44:14 smithi144 conmon[43533]: debug 2024-02-23T00:44:14.346+0000 7f3428b81700 -1 mon.smithi144@1(peon) e2 *** Got Signal Terminated *** 2024-02-23T00:44:15.119 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-904be884-d1e0-11ee-95c0-87774f69a715@mon.smithi144.service' 2024-02-23T00:44:15.164 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-23T00:44:15.165 INFO:tasks.cephadm.mon.smithi144:Stopped mon.smithi144 2024-02-23T00:44:15.165 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 904be884-d1e0-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T00:45:13.105 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 904be884-d1e0-11ee-95c0-87774f69a715 --force --keep-logs 2024-02-23T00:47:39.441 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:47:39.493 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-23T00:47:39.524 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-23T00:47:39.526 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/ubuntu@smithi100.front.sepia.ceph.com/crash 2024-02-23T00:47:39.527 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash -- . 2024-02-23T00:47:39.564 INFO:teuthology.orchestra.run.smithi100.stderr:tar: /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash: Cannot open: No such file or directory 2024-02-23T00:47:39.564 INFO:teuthology.orchestra.run.smithi100.stderr:tar: Error is not recoverable: exiting now 2024-02-23T00:47:39.572 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/ubuntu@smithi144.front.sepia.ceph.com/crash 2024-02-23T00:47:39.573 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash -- . 2024-02-23T00:47:39.623 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/904be884-d1e0-11ee-95c0-87774f69a715/crash: Cannot open: No such file or directory 2024-02-23T00:47:39.623 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2024-02-23T00:47:39.624 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-23T00:47:39.624 DEBUG:teuthology.orchestra.run.smithi100:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-23T00:47:39.655 INFO:teuthology.orchestra.run.smithi100.stdout:2024-02-23T00:26:31.003201+0000 mon.smithi100 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-23T00:47:39.655 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-23T00:47:39.655 INFO:tasks.cephadm:Compressing logs... 2024-02-23T00:47:39.656 DEBUG:teuthology.orchestra.run.smithi100:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T00:47:39.697 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-23T00:47:39.725 INFO:teuthology.orchestra.run.smithi100.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-23T00:47:39.725 INFO:teuthology.orchestra.run.smithi100.stderr:: No such file or directory 2024-02-23T00:47:39.725 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.5.log 2024-02-23T00:47:39.725 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi100.rjsfuw.log 2024-02-23T00:47:39.725 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi100.log 2024-02-23T00:47:39.726 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi100.rjsfuw.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.erexrm.log 2024-02-23T00:47:39.728 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi100.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T00:47:39.729 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.erexrm.log: 60.9% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.erexrm.log.gz 2024-02-23T00:47:39.729 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log: 95.4% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T00:47:39.729 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.7.log 2024-02-23T00:47:39.729 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.1.log 2024-02-23T00:47:39.730 INFO:teuthology.orchestra.run.smithi144.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-23T00:47:39.730 INFO:teuthology.orchestra.run.smithi144.stderr:: No such file or directory 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.lfbzmq.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi144.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.lfbzmq.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi144.log: 79.1% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.lfbzmq.log.gz 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.2.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.0.log 2024-02-23T00:47:39.731 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.xgxqwp.log 2024-02-23T00:47:39.732 INFO:teuthology.orchestra.run.smithi144.stderr: 95.8% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.cephadm.log.gz 2024-02-23T00:47:39.732 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.xgxqwp.log: 67.7% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi144.xgxqwp.log.gz 2024-02-23T00:47:39.732 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T00:47:39.732 INFO:teuthology.orchestra.run.smithi144.stderr: 90.6% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T00:47:39.732 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.6.log 2024-02-23T00:47:39.733 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.7.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log: /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.6.log: 91.9% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi144.hkyxro.log 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi144.hkyxro.log: 92.6% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T00:47:39.734 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.4.log 2024-02-23T00:47:39.735 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.3.log 2024-02-23T00:47:39.735 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.3.log: 90.5% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.log.gz 2024-02-23T00:47:39.735 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.4.log: 94.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T00:47:39.737 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log 2024-02-23T00:47:39.739 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log 2024-02-23T00:47:39.739 INFO:teuthology.orchestra.run.smithi144.stderr: 93.4% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi144.hkyxro.log.gz 2024-02-23T00:47:39.746 INFO:teuthology.orchestra.run.smithi100.stderr: 92.6% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-volume.log.gz 2024-02-23T00:47:39.750 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log: 91.7% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph.audit.log.gz 2024-02-23T00:47:39.750 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.aonczl.log 2024-02-23T00:47:39.751 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.aonczl.log: 80.1% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-client.rgw.foo.smithi100.aonczl.log.gz 2024-02-23T00:47:39.753 INFO:teuthology.orchestra.run.smithi100.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-23T00:47:39.961 INFO:teuthology.orchestra.run.smithi144.stderr: 92.6% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi144.log.gz 2024-02-23T00:47:40.023 INFO:teuthology.orchestra.run.smithi100.stderr: 89.9% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mgr.smithi100.rjsfuw.log.gz 2024-02-23T00:47:40.391 INFO:teuthology.orchestra.run.smithi144.stderr: 93.4% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.2.log.gz 2024-02-23T00:47:40.551 INFO:teuthology.orchestra.run.smithi100.stderr: 93.4% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.7.log.gz 2024-02-23T00:47:40.591 INFO:teuthology.orchestra.run.smithi100.stderr: 93.2% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.5.log.gz 2024-02-23T00:47:40.656 INFO:teuthology.orchestra.run.smithi100.stderr: 93.3% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.1.log.gz 2024-02-23T00:47:40.673 INFO:teuthology.orchestra.run.smithi144.stderr: 93.1% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.4.log.gz 2024-02-23T00:47:40.713 INFO:teuthology.orchestra.run.smithi100.stderr: 90.1% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-mon.smithi100.log.gz 2024-02-23T00:47:40.770 INFO:teuthology.orchestra.run.smithi144.stderr: 93.2% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.0.log.gz 2024-02-23T00:47:40.779 INFO:teuthology.orchestra.run.smithi144.stderr: 93.1% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.6.log.gz 2024-02-23T00:47:40.780 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-02-23T00:47:40.780 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m1.067s 2024-02-23T00:47:40.781 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m3.808s 2024-02-23T00:47:40.781 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.177s 2024-02-23T00:47:41.095 INFO:teuthology.orchestra.run.smithi100.stderr: 93.5% -- replaced with /var/log/ceph/904be884-d1e0-11ee-95c0-87774f69a715/ceph-osd.3.log.gz 2024-02-23T00:47:41.097 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-02-23T00:47:41.097 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m1.385s 2024-02-23T00:47:41.097 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m5.102s 2024-02-23T00:47:41.097 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.227s 2024-02-23T00:47:41.097 INFO:tasks.cephadm:Archiving logs... 2024-02-23T00:47:41.098 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/ubuntu@smithi100.front.sepia.ceph.com/log 2024-02-23T00:47:41.098 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T00:47:41.912 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/ubuntu@smithi144.front.sepia.ceph.com/log 2024-02-23T00:47:41.913 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-23T00:47:42.525 INFO:tasks.cephadm:Removing cluster... 2024-02-23T00:47:42.525 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 904be884-d1e0-11ee-95c0-87774f69a715 --force 2024-02-23T00:47:42.980 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 904be884-d1e0-11ee-95c0-87774f69a715 --force 2024-02-23T00:47:43.431 INFO:tasks.cephadm:Removing cephadm ... 2024-02-23T00:47:43.431 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T00:47:43.450 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-23T00:47:43.467 INFO:tasks.cephadm:Teardown complete 2024-02-23T00:47:43.467 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-23T00:47:43.478 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi100:/dev/vg_nvme/lv_1... 2024-02-23T00:47:43.478 DEBUG:teuthology.orchestra.run.smithi100:> sudo nvme disconnect -n lv_1 2024-02-23T00:47:43.619 INFO:teuthology.orchestra.run.smithi100.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-23T00:47:43.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:43.621 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi100:/dev/vg_nvme/lv_2... 2024-02-23T00:47:43.621 DEBUG:teuthology.orchestra.run.smithi100:> sudo nvme disconnect -n lv_2 2024-02-23T00:47:43.748 INFO:teuthology.orchestra.run.smithi100.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-23T00:47:43.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:43.750 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi100:/dev/vg_nvme/lv_3... 2024-02-23T00:47:43.750 DEBUG:teuthology.orchestra.run.smithi100:> sudo nvme disconnect -n lv_3 2024-02-23T00:47:43.880 INFO:teuthology.orchestra.run.smithi100.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-23T00:47:43.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:43.882 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi100:/dev/vg_nvme/lv_4... 2024-02-23T00:47:43.882 DEBUG:teuthology.orchestra.run.smithi100:> sudo nvme disconnect -n lv_4 2024-02-23T00:47:44.003 INFO:teuthology.orchestra.run.smithi100.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-23T00:47:44.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.005 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-02-23T00:47:44.005 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/scratch_devs 2024-02-23T00:47:44.032 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-02-23T00:47:44.033 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_1 2024-02-23T00:47:44.179 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-23T00:47:44.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.181 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-02-23T00:47:44.181 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_2 2024-02-23T00:47:44.308 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-23T00:47:44.309 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.310 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-02-23T00:47:44.310 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_3 2024-02-23T00:47:44.435 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-23T00:47:44.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.440 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-02-23T00:47:44.440 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_4 2024-02-23T00:47:44.570 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-23T00:47:44.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.572 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-02-23T00:47:44.572 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-02-23T00:47:44.598 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-23T00:47:44.609 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-23T00:47:44.609 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:47:44.612 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-23T00:47:44.626 INFO:teuthology.orchestra.run.smithi100.stderr:bash: ntpq: command not found 2024-02-23T00:47:44.631 INFO:teuthology.orchestra.run.smithi100.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:47:44.631 INFO:teuthology.orchestra.run.smithi100.stdout:=============================================================================== 2024-02-23T00:47:44.631 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 +2231us[+2231us] +/- 80ms 2024-02-23T00:47:44.632 INFO:teuthology.orchestra.run.smithi100.stdout:^* hv02.front.sepia.ceph.com 3 7 377 98 -757us[ -488us] +/- 53ms 2024-02-23T00:47:44.632 INFO:teuthology.orchestra.run.smithi100.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 -920us[ -920us] +/- 85ms 2024-02-23T00:47:44.632 INFO:teuthology.orchestra.run.smithi100.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:47:44.654 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-02-23T00:47:44.658 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-23T00:47:44.658 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-02-23T00:47:44.658 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 33 +2217us[+2217us] +/- 80ms 2024-02-23T00:47:44.659 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -800us[ -784us] +/- 54ms 2024-02-23T00:47:44.659 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 -923us[ -923us] +/- 85ms 2024-02-23T00:47:44.659 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-23T00:47:44.660 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-23T00:47:44.671 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-23T00:47:44.672 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-23T00:47:44.681 DEBUG:teuthology.orchestra.run.smithi100:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T00:47:44.756 DEBUG:teuthology.orchestra.run.smithi144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-23T00:47:44.819 DEBUG:teuthology.orchestra.run.smithi100:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:47:44.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.851 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-23T00:47:44.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:44.880 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-23T00:47:44.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-23T00:47:44.901 INFO:teuthology.task.internal:Duration was 2516.058508 seconds 2024-02-23T00:47:44.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-23T00:47:44.910 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-23T00:47:44.911 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T00:47:44.913 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-23T00:47:44.958 INFO:teuthology.orchestra.run.smithi100.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:47:44.968 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-23T00:47:45.275 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-23T00:47:45.276 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-02-23T00:47:45.276 DEBUG:teuthology.orchestra.run.smithi100:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T00:47:45.298 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-02-23T00:47:45.299 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-23T00:47:45.321 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-23T00:47:45.321 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T00:47:45.342 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-23T00:47:45.421 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-23T00:47:45.421 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T00:47:45.423 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-23T00:47:45.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-23T00:47:45.601 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-23T00:47:45.602 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T00:47:45.628 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-23T00:47:45.657 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-23T00:47:45.671 DEBUG:teuthology.orchestra.run.smithi100:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T00:47:45.674 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-23T00:47:45.698 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-02-23T00:47:45.723 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-02-23T00:47:45.743 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T00:47:45.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:45.777 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-23T00:47:45.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-23T00:47:45.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-23T00:47:45.810 INFO:teuthology.task.internal:Transferring archived files... 2024-02-23T00:47:45.811 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/smithi100 2024-02-23T00:47:45.812 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T00:47:45.868 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405/remote/smithi144 2024-02-23T00:47:45.869 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-23T00:47:45.910 INFO:teuthology.task.internal:Removing archive directory... 2024-02-23T00:47:45.910 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T00:47:45.912 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-23T00:47:45.960 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-23T00:47:45.973 INFO:teuthology.task.internal:Not uploading archives. 2024-02-23T00:47:45.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-23T00:47:45.983 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-23T00:47:45.984 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T00:47:45.986 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-23T00:47:46.000 INFO:teuthology.orchestra.run.smithi100.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 00:47 /home/ubuntu/cephtest 2024-02-23T00:47:46.016 INFO:teuthology.orchestra.run.smithi144.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 00:47 /home/ubuntu/cephtest 2024-02-23T00:47:46.017 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-23T00:47:46.029 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-23T00:47:46.057 INFO:teuthology.nuke:Checking targets against current locks 2024-02-23T00:47:46.079 DEBUG:teuthology.nuke:shortname: smithi100 2024-02-23T00:47:46.080 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T00:47:46.105 DEBUG:teuthology.nuke:shortname: smithi144 2024-02-23T00:47:46.105 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-23T00:47:46.108 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-23 00:00:04.884895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGqnzF8C+CM7BRFjxMriMRuXYLzkjc3p18FnXfBmeJKwSunh2Jyabyu/7ChXKkzG2bDYMvEbirSM1UGhGvd+HJk='} 2024-02-23T00:47:46.128 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-22_21:39:39-rados-pacific-release-distro-default-smithi/7571405', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-23 00:00:04.883525', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCE9gyS3jbHVCtRYHcIHuieXiofHSLPqILf3eZ3fG70G2OI1Qta1BH4aWNkq4b1PmmtlPpn5owxXwQ7dRnDfJfw='} 2024-02-23T00:47:46.159 INFO:teuthology.orchestra.console.smithi100:Power off 2024-02-23T00:47:46.160 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T00:47:46.196 INFO:teuthology.orchestra.console.smithi144:Power off 2024-02-23T00:47:46.196 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-23T00:47:46.203 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-02-23T00:47:46.204 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:46.218 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2024-02-23T00:47:46.218 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:46.227 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-02-23T00:47:46.245 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-02-23T00:47:50.229 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:50.246 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:50.341 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-02-23T00:47:50.356 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-02-23T00:47:54.344 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:54.358 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-23T00:47:54.456 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-02-23T00:47:54.469 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2024-02-23T00:47:54.557 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-02-23T00:47:54.570 INFO:teuthology.orchestra.console.smithi144:Power off completed 2024-02-23T00:47:54.674 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: 2516.058507680893 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d9e16214d7064ca99bc88e6a050e9d20 status: fail success: false 2024-02-23T00:47:54.675 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-23T00:47:54.747 INFO:teuthology.run:FAIL